|
|||||||||
| 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 ConstantEvaluator

java.lang.Objectcom.hartmath.mapping.ConstantNumericEvaluator
com.hartmath.mapping.ConstantEvaluator
- All Implemented Interfaces:
- FunctionEvaluator
- public class ConstantEvaluator
- extends ConstantNumericEvaluator
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%
| Field Summary | |
(package private) com.hartmath.expression.HObject |
symbolicValue
|
| Fields inherited from class com.hartmath.mapping.ConstantNumericEvaluator |
numericValue |
| Constructor Summary | |
ConstantEvaluator(com.hartmath.expression.HObject nVal,
com.hartmath.expression.HObject sVal)
Constructor for the ConstantEvaluator object |
|
| Method Summary | |
com.hartmath.expression.HObject |
getSymbolicValue()
Gets the symbolicValue attribute of the ConstantEvaluator object |
| Methods inherited from class com.hartmath.mapping.ConstantNumericEvaluator |
evaluate, getNumericValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
symbolicValue
com.hartmath.expression.HObject symbolicValue
| Constructor Detail |
ConstantEvaluator
public ConstantEvaluator(com.hartmath.expression.HObject nVal, com.hartmath.expression.HObject sVal)
- Constructor for the ConstantEvaluator object
| Method Detail |
getSymbolicValue
public com.hartmath.expression.HObject getSymbolicValue()
- Gets the symbolicValue attribute of the ConstantEvaluator object
|
|||||||||
| Home >> All >> com >> hartmath >> [ mapping overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC