public class VarNode extends TermNode
parent| Modifier and Type | Method and Description |
|---|---|
double |
eval(VarMap v,
FuncMap f)
Returns the value associated with the variable name in the VarMap.
|
checkBeforeAccept, getFunctionNames, getParent, getVariableNames, isDescendent, toStringpublic VarNode(String name, boolean negate)
public double eval(VarMap v, FuncMap f)
eval in class ExpressionCopyright © 2015. All rights reserved.