org.jscience.mathematics.algebraic.categories
Class Simplicial.FunctionSet

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

public class Simplicial.FunctionSet
extends java.lang.Object
implements Category.HomSet

DOCUMENT ME!


Constructor Summary
Simplicial.FunctionSet(Preorder a, Preorder b)
          Creates a new FunctionSet object.
 
Method Summary
 int cardinality()
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simplicial.FunctionSet

public Simplicial.FunctionSet(Preorder a,
                              Preorder b)
Creates a new FunctionSet object.

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

cardinality

public int cardinality()
DOCUMENT ME!

Returns:
DOCUMENT ME!