public class SumNode extends TreeNodeAdapter
Constructor and Description |
---|
SumNode(TreeNode oper1,
java.lang.String operator,
TreeNode oper2)
Constructor takes operands
|
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolean(MboRemote mbo)
This node cannot be a boolean.
|
java.util.Date |
getDate(MboRemote mbo)
This node can be a date, but an exception will be thrown if the operands are not a
a date and a number.
|
double |
getDouble(MboRemote mbo)
Evaluates the node and returns it's value as a double.
|
int |
getInt(MboRemote mbo)
Evaluates the node and returns it's value as an integer.
|
int |
getNodeDataType()
The data type of this node depends on the operation & maybe the types of the operands.
|
int |
getNodeDataType(MboRemote mbo)
Better check with mbo information
|
java.lang.String |
getString(MboRemote mbo)
Evaluates the node and returns it's value as a String.
|
void |
setOperands(MboRemote mbo,
java.util.Vector operands)
Sets the operands for custom class.
|
void |
validate(MboRemote mbo)
Determine if there is a valid combination of parameters.
|
toString
public void validate(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public boolean getBoolean(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public java.util.Date getDate(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public java.lang.String getString(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public double getDouble(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public int getInt(MboRemote mbo) throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public int getNodeDataType()
public int getNodeDataType(MboRemote mbo) throws MXException, java.rmi.RemoteException
getNodeDataType
in interface TreeNode
getNodeDataType
in class TreeNodeAdapter
MXException
java.rmi.RemoteException
public void setOperands(MboRemote mbo, java.util.Vector operands) throws MXException, java.rmi.RemoteException
TreeNode
MXException
java.rmi.RemoteException