Uses of Class
JSci.maths.categories.Preorder

Packages that use Preorder
JSci.maths.categories   
 

Uses of Preorder in JSci.maths.categories
 

Fields in JSci.maths.categories declared as Preorder
protected  Preorder Simplicial.IncreasingMap.from
           
protected  Preorder Simplicial.IncreasingMap.to
           
 

Constructors in JSci.maths.categories with parameters of type Preorder
Simplicial.DegeneracyMap(Preorder toObj, int i)
           
Simplicial.FaceMap(Preorder toObj, int i)
           
Simplicial.FunctionSet(Preorder a, Preorder b)
           
Simplicial.IncreasingMap(Preorder toObj, java.lang.Integer[] toImg)