All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
add()
Log adding start details
|
void |
addedAction(boolean wasPositive)
A start node can only originate one action, so this method clears the
owning node's TakePositive flag.
|
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)
A start node can only originate one action, so if it loses it, this method sets the
owning node's TakePositive flag.
|
void |
wfValidate(java.util.Vector<MXException> errs,
java.util.Hashtable<java.lang.String,java.lang.String> hinfo)
Start validation
|