public class XEvaluator extends FastEvaluator
trapInfinity, trapNaN, trapNullValues, trapUnsetValues| Constructor and Description |
|---|
XEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isForce()
Whether to force re-evaluation of sub-equations.
|
void |
setForce(boolean force)
Whether to force re-evaluation of sub-equations.
|
java.lang.Object |
visitVar(Node node)
Evaluates a variable, it will calculate the value using variables equation if necessary.
|
eval, evaluate, getLightWeightInstance, init, isTrapInfinity, isTrapNaN, isTrapNullValues, isTrapUnsetValues, nodeAccept, setTrapInfinity, setTrapNaN, setTrapNullValues, setTrapUnsetValues, visit, visit, visit, visit, visitConstant, visitFunpublic boolean isForce()
public void setForce(boolean force)
force parameter is true will always use the equation.
If force is false then it only uses the equation is the variable
does not have a valid value.public java.lang.Object visitVar(Node node) throws EvaluationException
force parameter is true will always use the equation.
If force is false then it only uses the equation is the variable
does not have a valid value.visitVar in class FastEvaluatorEvaluationExceptionCopyright © 2018 Singular Systems http://www.singularsys.com/jep