|
|||||||||
| Home >> All >> com >> hartmath >> [ mapping overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.hartmath.mapping
Interface FunctionEvaluator

- All Known Implementing Classes:
- ConstantNumericEvaluator, E1Arg, E2Arg, EB1Arg, EB1ObjectArg, EB2Arg, FunctionMapper, SFunctionEvaluator, SymbolEvaluator
- public interface FunctionEvaluator
Interface that represents a function evaluation object. FunctionEvaluator is used as an interface for built-in functions, which are associated with a symbol.
- Version:
- %I%, %G%
| Method Summary | |
com.hartmath.expression.HObject |
evaluate(com.hartmath.expression.HFunction fun)
Evaluate the given function if possible. |
| Method Detail |
evaluate
public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction fun)
- Evaluate the given function if possible.
|
|||||||||
| Home >> All >> com >> hartmath >> [ mapping overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC