|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.maths.categories.FinSet
public class FinSet
The FinSet class encapsulates the category FinSet.
Nested Class Summary | |
---|---|
class |
FinSet.Function
|
class |
FinSet.FunctionSet
|
Nested classes/interfaces inherited from interface JSci.maths.categories.Category |
---|
Category.HomSet, Category.Morphism |
Constructor Summary | |
---|---|
FinSet()
Constructs a FinSet category. |
Method Summary | |
---|---|
java.lang.Object |
cardinality(java.lang.Object a)
Returns the cardinality of an object. |
Category.HomSet |
hom(java.lang.Object a,
java.lang.Object b)
Returns a hom-set. |
Category.Morphism |
identity(java.lang.Object a)
Returns the identity morphism for an object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FinSet()
Method Detail |
---|
public Category.Morphism identity(java.lang.Object a)
identity
in interface Category
public java.lang.Object cardinality(java.lang.Object a)
cardinality
in interface Category
public Category.HomSet hom(java.lang.Object a, java.lang.Object b)
hom
in interface Category
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |