| Package | Description | 
|---|---|
| org.expressionj.expr | 
 Contain classes that are used to compute equations. 
 | 
| org.expressionj.functions | 
 Contains classes which allows to bind names in the mathematical expressions to regular Java methods. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FunctionKey | 
ExprFunction.getFunctionKey()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExprFunction.setFunctionKey(FunctionKey key)  | 
| Constructor and Description | 
|---|
ExprFunction(Expression root,
            FunctionKey key)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<FunctionKey,Function> | 
FunctionsDefinitions.getFunctions()
Return the Map of functions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Function | 
FunctionsDefinitions.getFunction(FunctionKey key)
Return the function of a given key. 
 | 
Copyright © 2018 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence