Uses of Interface
JSci.maths.MathSet

Packages that use MathSet
JSci.maths   
JSci.maths.categories   
 

Uses of MathSet in JSci.maths
 

Classes in JSci.maths that implement MathSet
 class FiniteSet
          A set containing a finite number of elements.
 

Methods in JSci.maths that return MathSet
 MathSet FiniteSet.intersect(MathSet set)
          Performs the intersection of this set with another.
 MathSet MathSet.intersect(MathSet set)
          Performs the intersection of this set with another.
 MathSet FiniteSet.union(MathSet set)
          Performs the union of this set with another.
 MathSet MathSet.union(MathSet set)
          Performs the union of this set with another.
 

Methods in JSci.maths with parameters of type MathSet
 MathSet FiniteSet.intersect(MathSet set)
          Performs the intersection of this set with another.
 MathSet MathSet.intersect(MathSet set)
          Performs the intersection of this set with another.
 MathSet FiniteSet.union(MathSet set)
          Performs the union of this set with another.
 MathSet MathSet.union(MathSet set)
          Performs the union of this set with another.
 

Uses of MathSet in JSci.maths.categories
 

Classes in JSci.maths.categories that implement MathSet
 class FinSet.FunctionSet
           
 

Methods in JSci.maths.categories that return MathSet
 MathSet FinSet.FunctionSet.intersect(MathSet set)
           
 MathSet FinSet.FunctionSet.union(MathSet set)
           
 

Methods in JSci.maths.categories with parameters of type MathSet
 MathSet FinSet.FunctionSet.intersect(MathSet set)
           
 MathSet FinSet.FunctionSet.union(MathSet set)
           
 

Constructors in JSci.maths.categories with parameters of type MathSet
FinSet.Function(MathSet a, MathSet b, java.lang.Object[] inObjs, java.lang.Object[] outObjs)
           
FinSet.FunctionSet(MathSet a, MathSet b)