Class ParallelDefinition
java.lang.Object
com.inductiveautomation.sfc.definitions.ElementDefinition
com.inductiveautomation.sfc.definitions.StepDefinition
com.inductiveautomation.sfc.definitions.ParallelDefinition
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.sfc.definitions.ElementDefinition
ElementDefinition.ElementType - 
Constructor Summary
ConstructorsConstructorDescriptionParallelDefinition(UUID elementId, List<ElementDefinition> startElements, boolean cancelEnabled, String cancelExpression)  - 
Method Summary
Modifier and TypeMethodDescriptionThese are the starting elements of the interior of the parallel sectionbooleanMethods inherited from class com.inductiveautomation.sfc.definitions.StepDefinition
getFactoryId, getProperties, isBeginStep, isEndStepMethods inherited from class com.inductiveautomation.sfc.definitions.ElementDefinition
getElementId, getNextElements, setNextElements 
- 
Constructor Details
- 
ParallelDefinition
public ParallelDefinition(UUID elementId, List<ElementDefinition> startElements, boolean cancelEnabled, String cancelExpression)  
 - 
 - 
Method Details
- 
getStartElements
These are the starting elements of the interior of the parallel section - 
getElementType
- Overrides:
 getElementTypein classStepDefinition
 - 
isCancelConditionEnabled
public boolean isCancelConditionEnabled() - 
getCancelConditionExpression
 
 -