jsci.maths.categories
Interface Functor
-
- All Superinterfaces:
- Category.Morphism
- All Known Implementing Classes:
- Simplicial.DegeneracyMap, Simplicial.FaceMap, Simplicial.IncreasingMap
public interface Functor extends Category.Morphism
This interface defines a functor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Functorcompose(Functor f)Returns the composition of this functor with another.Category.Morphismmap(Category.Morphism m)Maps a morphism from one category to another.java.lang.Objectmap(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
-
map
java.lang.Object map(java.lang.Object o)
Maps an object from one category to another.- Specified by:
mapin interfaceCategory.Morphism
-
map
Category.Morphism map(Category.Morphism m)
Maps a morphism from one category to another.
-
-
DMelt 3.0 © DataMelt by jWork.ORG