public class MaxNode extends FunctionTreeNodeAdapter
operands| Constructor and Description |
|---|
MaxNode(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, setOperandstoStringpublic MaxNode(java.util.Vector operands)
throws ParseException
ParseExceptionpublic double getDouble(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionprotected java.lang.String parentInfoString()
TreeNodeAdapterparentInfoString in class TreeNodeAdapter