|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a morphism in a category.
Method Summary | |
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. |
Method Detail |
public java.lang.Object domain()
public java.lang.Object codomain()
public java.lang.Object map(java.lang.Object o)
public Category.Morphism compose(Category.Morphism m) throws UndefinedCompositionException
UndefinedCompositionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |