Package org.shiftone.bigcalc

Interface Summary
Context Represents the execution envionment of a functor.
Function Represents a type of functor that receieves arguments as part of it's interface.
Functor An executable unit - an object that represents a function.
FunctorFactory when expressions are being parsed, the parser makes callbacks to implementation of this interface to create the necessary functors.
 

Class Summary
Calculator This is the main class that should be used to turn a string into a functor.
FunctorList This is simply a list of functors that are used as arguments to instances of the
StdContext This is the out-of-the-box context.
StdFunctorFactory This is the out-of-the-box FunctorFactory.