Class FunctionSet

java.lang.Object
com.singularsys.jep.misc.FunctionSet
All Implemented Interfaces:
JepComponent, Serializable
Direct Known Subclasses:
StringFunctionSet

public class FunctionSet extends Object implements JepComponent
Holds a set of functions. These functions can be added to the main Jep function table by including the set in the Jep constructor. Jep jep = new Jep(new StringFunctionSet()); would add string functions to Jep.
See Also: