Package org.rubato.logeo.functions

Interface Summary
Function This is the general interface for functions with an arbitrary number of arguments.
 

Class Summary
AbstractFunction This class implements functions on denotators.
CompositeFunction A function that is the composition of two functions.
IntegerFunction This class can be used to implement function on integers.
ModuleMorphismFunction A function from a simple denotator to a simple denotator, implement with a module morphism on the underlying modules.
RealFunction This class can be used to implement function on reals.