IMultipleConditionBuilder | 
IMultipleConditionBuilder.description(String description) | 
 Sets the description of the multiple condition node. 
 | 
IMultipleConditionBuilder | 
IMultipleConditionBuilder.labelNo(String labelNo) | 
 Sets the label to be used for the "no" branch of the condition. 
 | 
IMultipleConditionBuilder | 
IMultipleConditionBuilder.labelYes(String labelYes) | 
 Sets the label to be used for the "yes" branch of the condition. 
 | 
IMultipleConditionBuilder | 
IMultipleConditionBuilder.name(String name) | 
 Sets the name of the multiple condition node. 
 | 
default IMultipleConditionBuilder | 
IMultipleConditionBuilder.self() | 
  | 
IMultipleConditionBuilder | 
IMultipleConditionBuilder.whenFalse(WorkflowNode... alternate) | 
 Sets the child nodes to execute when the condition evaluates to false. 
 | 
default IMultipleConditionBuilder | 
IMultipleConditionBuilder.whenFalse(Iterable<WorkflowNode> alternate) | 
 Sets the child nodes to execute when the condition evaluates to false. 
 | 
IMultipleConditionBuilder | 
IMultipleConditionBuilder.whenTrue(WorkflowNode... consequent) | 
 Sets the child nodes to execute when the condition evaluates to true. 
 | 
default IMultipleConditionBuilder | 
IMultipleConditionBuilder.whenTrue(Iterable<WorkflowNode> consequent) | 
 Sets the child nodes to execute when the condition evaluates to true. 
 |