All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addedAction(boolean wasPositive)
Task, Condition, and Subprocess nodes can only originate one action of each type,
so this method clears the owning node's Take* flag corresponding to the parameter.
|
boolean |
canTakeNegative()
Determines whether this node can take a negative action.
|
boolean |
canTakePositive()
Determines whether this node can take a positive action.
|
boolean |
evaluateCondition()
Evaluate this condition
|
WFAction |
evaluateConditionGetAction()
Called to evaluate the condition.
|
WFInstance |
getWFInstance()
If we came from a condition node, then get the instance for the node.
|
void |
removedAction(boolean wasPositive)
Task, Condition, and Subprocess nodes can only originate one action of each type,
so when they lose one, they can take another.
|
void |
wfValidate(java.util.Vector<MXException> errs,
java.util.Hashtable<java.lang.String,java.lang.String> hinfo)
Condition Node validation
|