public class Simplicial.IncreasingMap extends java.lang.Object implements Functor
| Modifier and Type | Field and Description |
|---|---|
protected Preorder |
from |
protected java.lang.Integer[] |
out |
protected Preorder |
to |
| Constructor and Description |
|---|
Simplicial.IncreasingMap(Preorder toObj,
java.lang.Integer[] toImg) |
| 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.
|
Functor |
compose(Functor f)
Returns the composition of this functor with another.
|
java.lang.Object |
domain()
Returns the domain.
|
Category.Morphism |
map(Category.Morphism m)
Maps a morphism from one category to another.
|
java.lang.Object |
map(java.lang.Object o)
Maps an object from one category to another.
|
protected final Preorder from
protected final Preorder to
protected final java.lang.Integer[] out
public Simplicial.IncreasingMap(Preorder toObj, java.lang.Integer[] toImg)
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)
Functormap in interface Category.Morphismmap in interface Functorpublic Category.Morphism map(Category.Morphism m)
Functorpublic Category.Morphism compose(Category.Morphism m)
Category.Morphismcompose in interface Category.Morphism