Subclasses of FunctionParserExtension in edu.hws.jcm.functions |
class |
ExpressionFunction
An ExpressionFunction is a Function that is created from an expression and a list
of variables that serve as the parameter(s) of the function. |
class |
TableFunction
A TableFunction is a function that is specified by a table of (x,y)-points. |
class |
WrapperFunction
A WrapperFunction contains another function and delegates to it
all calls to methods from the Function interface, except for calls
to setName() and getName(). |