public class PowNode extends FunctionTreeNodeAdapter
operands
Constructor and Description |
---|
PowNode(java.util.Vector operands) |
Modifier and Type | Method and Description |
---|---|
double |
getDouble(MboRemote mbo)
Evaluates the node and returns it's value as a double.
|
protected java.lang.String |
parentInfoString()
Sub-classes should override this method to create a string which
provides information for the parent node only.
|
childrenInfoString, getBoolean, getDate, getInt, getNodeDataType, getNodeDataType, getString, setOperands
toString
public PowNode(java.util.Vector operands) throws ParseException
ParseException
public double getDouble(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
protected java.lang.String parentInfoString()
TreeNodeAdapter
parentInfoString
in class TreeNodeAdapter