org.jscience.mathematics.algebraic.categories
Class Preorder.RelationSet

java.lang.Object
  extended by org.jscience.mathematics.algebraic.categories.Preorder.RelationSet
All Implemented Interfaces:
Category.HomSet
Enclosing class:
Preorder

public class Preorder.RelationSet
extends java.lang.Object
implements Category.HomSet

DOCUMENT ME!


Field Summary
 Preorder.Relation morphism
          DOCUMENT ME!
 
Constructor Summary
Preorder.RelationSet()
          Creates a new RelationSet object.
Preorder.RelationSet(java.lang.Integer a, java.lang.Integer b)
          Creates a new RelationSet object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

morphism

public final Preorder.Relation morphism
DOCUMENT ME!

Constructor Detail

Preorder.RelationSet

public Preorder.RelationSet()
Creates a new RelationSet object.


Preorder.RelationSet

public Preorder.RelationSet(java.lang.Integer a,
                            java.lang.Integer b)
Creates a new RelationSet object.

Parameters:
a - DOCUMENT ME!
b - DOCUMENT ME!