public class RoundNode extends FunctionTreeNodeAdapter
operands| Constructor and Description |
|---|
RoundNode(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 RoundNode(java.util.Vector operands)
throws ParseException
ParseExceptionprotected java.lang.String parentInfoString()
TreeNodeAdapterparentInfoString in class TreeNodeAdapterpublic double getDouble(MboRemote mbo) throws MXException, java.rmi.RemoteException
TreeNodeMXExceptionjava.rmi.RemoteException