|
|||||||||
| 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
Class Size1Function

java.lang.Objectcom.hartmath.mapping.FunctionMapper
com.hartmath.mapping.Size1Function
- All Implemented Interfaces:
- FunctionEvaluator
- public class Size1Function
- extends FunctionMapper
Class that represents a function evaluation object. FunctionMapper is used as an interface for built-in functions, which are associated with a symbol.
- Version:
- %I%, %G%
| Field Summary |
| Fields inherited from class com.hartmath.mapping.FunctionMapper |
uFunction, uPredicate |
| Constructor Summary | |
Size1Function(UnaryFunction uFun)
Constructor for the Size1Function object |
|
| Method Summary | |
com.hartmath.expression.HObject |
evaluate(com.hartmath.expression.HFunction fun)
Evaluate the given function if possible. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Size1Function
public Size1Function(UnaryFunction uFun)
- Constructor for the Size1Function object
| Method Detail |
evaluate
public com.hartmath.expression.HObject evaluate(com.hartmath.expression.HFunction fun)
- Evaluate the given function if possible.
- Specified by:
evaluatein interfaceFunctionEvaluator- Overrides:
evaluatein classFunctionMapper
|
|||||||||
| Home >> All >> com >> hartmath >> [ mapping overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC