public class AvgNode extends FunctionTreeNodeAdapter
| Constructor and Description |
|---|
AvgNode(java.util.Vector operands)
Constructor takes operands
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDouble(MboRemote mbo)
Evaluates the node and returns the average as a double.
|
getBoolean, getDate, getInt, getNodeDataType, getNodeDataType, getString, setOperandstoStringpublic AvgNode(java.util.Vector operands)
throws ParseException
ParseExceptionpublic double getDouble(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXExceptionjava.rmi.RemoteException