All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addedAction(boolean wasPositive)
This method tells the node that an action now originates from it.
|
boolean |
canTakeNegative()
Determines whether this node can take a negative action.
|
boolean |
canTakePositive()
Determines whether this node can take a positive action.
|
void |
removedAction(boolean wasPositive)
This method tells the node that an action no longer originates from it.
|
void |
wfValidate(java.util.Vector<MXException> errs,
java.util.Hashtable<java.lang.String,java.lang.String> hinfo)
Input validation
|