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, toString
public VarNode(String name, boolean negate)
public double eval(VarMap v, FuncMap f)
eval
in class Expression
Copyright © 2016. All rights reserved.