|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.maths.categories.FinSet.FunctionSet
Constructor Summary | |
FinSet.FunctionSet(MathSet a,
MathSet b)
|
Method Summary | |
int |
cardinality()
Returns the cardinality. |
FinSet.Function |
getElement(java.lang.Object[] in,
java.lang.Object[] out)
Returns an element of this hom-set. |
MathSet |
intersect(MathSet set)
Performs the intersection of this set with another. |
MathSet |
union(MathSet set)
Performs the union of this set with another. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FinSet.FunctionSet(MathSet a, MathSet b)
Method Detail |
public FinSet.Function getElement(java.lang.Object[] in, java.lang.Object[] out)
public int cardinality()
MathSet
cardinality
in interface MathSet
public MathSet union(MathSet set)
MathSet
union
in interface MathSet
set
- a set.
public MathSet intersect(MathSet set)
MathSet
intersect
in interface MathSet
set
- a set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |