[all packages] [package ] [class hierarchy] [index]

public class MorCurry

(source file: MorCurry.java)
java.lang.Object
   |
   +----Printable
           |
           +----Mor
                   |
                   +----MorCurry

The pure class interface.
public class MorCurry
  extends Mor
A curried morphism.


Constuctor Index

O MorCurry(Mor, PremonCat, Obj, Obj)
Create a new curried morphism curry(f) : V[X,C[Y,Z]]

Methods

O graph0(Constraints, Interface)
O print(Printer)
O uncurry()

Constructors

O MorCurry
public MorCurry(Mor f,
                PremonCat C,
                Obj X,
                Obj Y);
Create a new curried morphism curry(f) : V[X,C[Y,Z]]

Parameters:
f - the morphism to curry, of type f : X Y Z in C
C - the category of the morphism.
X - the lh source object.
Y - the rh source object.

Methods

O print
public void print(Printer p);

O uncurry

public Mor uncurry();

O graph0

public Graph0 graph0(Constraints Con,
                     Interface source);


[all packages] [package ] [class hierarchy] [index]
MorCurry.html