Uses of Class
net.sourceforge.webcompmath.functions.FunctionParserExtension

Packages that use FunctionParserExtension
net.sourceforge.webcompmath.functions   
net.sourceforge.webcompmath.functions.beans   
 

Uses of FunctionParserExtension in net.sourceforge.webcompmath.functions
 

Subclasses of FunctionParserExtension in net.sourceforge.webcompmath.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().
 

Uses of FunctionParserExtension in net.sourceforge.webcompmath.functions.beans
 

Subclasses of FunctionParserExtension in net.sourceforge.webcompmath.functions.beans
 class WCMDerivativeBean
          This class is used with GUI builders to create an object that is the derivative of some function.
 class WCMExpressionFunctionBean
          This bean extends ExpressionFunction.
 class WCMTableFunctionBean
          This bean implements a TableFunction.