public class Preorder.Relation extends java.lang.Object implements Category.Morphism
| Constructor and Description |
|---|
Preorder.Relation(java.lang.Integer a,
java.lang.Integer b) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
codomain()
Returns the codomain.
|
Category.Morphism |
compose(Category.Morphism m)
Returns the composition of this morphism with another.
|
java.lang.Object |
domain()
Returns the domain.
|
java.lang.Object |
map(java.lang.Object o)
Maps an object from the domain to the codomain.
|
public Preorder.Relation(java.lang.Integer a,
java.lang.Integer b)
public java.lang.Object domain()
Category.Morphismdomain in interface Category.Morphismpublic java.lang.Object codomain()
Category.Morphismcodomain in interface Category.Morphismpublic java.lang.Object map(java.lang.Object o)
Category.Morphismmap in interface Category.Morphismpublic Category.Morphism compose(Category.Morphism m)
Category.Morphismcompose in interface Category.Morphism