Class expression.FunctionSet
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class expression.FunctionSet

java.lang.Object
   |
   +----expression.FunctionSet

public final class FunctionSet
extends Object
The set of all available functions.

Constructor Index

 o FunctionSet()

Method Index

 o getFunc(String)
Fetch a function by passing in its string representation.

Constructors

 o FunctionSet
  public FunctionSet()

Methods

 o getFunc
  public static Function getFunc(String fstr)
Fetch a function by passing in its string representation.

All Packages  Class Hierarchy  This Package  Previous  Next  Index