org.shiftone.bigcalc
Class FunctorList

java.lang.Object
  extended byorg.shiftone.bigcalc.FunctorList

public class FunctorList
extends java.lang.Object

This is simply a list of functors that are used as arguments to instances of the

Version:
$Revision: 1.11 $
Author:
$Author: jeffdrost $

Constructor Summary
FunctorList()
           
 
Method Summary
 void add(Functor functor)
           
 Functor getFunctor(int index)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctorList

public FunctorList()
Method Detail

add

public void add(Functor functor)

size

public int size()

getFunctor

public Functor getFunctor(int index)