|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a functor.
Method Summary | |
Functor |
compose(Functor f)
Returns the composition of this functor with another. |
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. |
Methods inherited from interface JSci.maths.categories.Category.Morphism |
codomain, compose, domain |
Method Detail |
public java.lang.Object map(java.lang.Object o)
map
in interface Category.Morphism
public Category.Morphism map(Category.Morphism m)
public Functor compose(Functor f)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |