|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Category.Morphism
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 |
|---|
java.lang.Object domain()
java.lang.Object codomain()
java.lang.Object map(java.lang.Object o)
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 | ||||||||