[all packages]
[package ]
[class hierarchy]
[index]
public class MorComp
(source file: MorComp.java)
java.lang.Object
|
+----Printable
|
+----Mor
|
+----MorComp
The pure class interface.
public class MorComp
extends Mor
-
The composition of two morphisms f;g.
- Author:
- Alan Jeffrey
- Version: v1.0 1998/06/11

MorComp(Mor, Mor)
-
Create a new composition.

comp(Mor)
-
graph0(Constraints, Interface)
-
graph1(Constraints, Interface, int)
-
print(Printer)
-
simpleComp(Mor)
-
uncurry()
-

MorComp
public MorComp(Mor f,
Mor g);
-
Create a new composition.
- Parameters:
- f - the lh morphism
- g - the rh morphism

print
public void print(Printer p);
uncurry
public Mor uncurry();
comp
public Mor comp(Mor h);
simpleComp
public Mor simpleComp(Mor h);
graph0
public Graph0 graph0(Constraints C,
Interface source);
graph1
public Graph1 graph1(Constraints C,
Interface source,
int control);
[all packages]
[package ]
[class hierarchy]
[index]
MorComp.html