Class ParallelDefinition
java.lang.Object
com.inductiveautomation.sfc.definitions.ElementDefinition
com.inductiveautomation.sfc.definitions.StepDefinition
com.inductiveautomation.sfc.definitions.ParallelDefinition
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.sfc.definitions.ElementDefinitionElementDefinition.ElementType
- 
Constructor SummaryConstructorsConstructorDescriptionParallelDefinition(UUID elementId, List<ElementDefinition> startElements, boolean cancelEnabled, String cancelExpression) 
- 
Method SummaryModifier and TypeMethodDescriptionThese are the starting elements of the interior of the parallel sectionbooleanMethods inherited from class com.inductiveautomation.sfc.definitions.StepDefinitiongetFactoryId, getProperties, isBeginStep, isEndStepMethods inherited from class com.inductiveautomation.sfc.definitions.ElementDefinitiongetElementId, getNextElements, setNextElements
- 
Constructor Details- 
ParallelDefinitionpublic ParallelDefinition(UUID elementId, List<ElementDefinition> startElements, boolean cancelEnabled, String cancelExpression) 
 
- 
- 
Method Details- 
getStartElementsThese are the starting elements of the interior of the parallel section
- 
getElementType- Overrides:
- getElementTypein class- StepDefinition
 
- 
isCancelConditionEnabledpublic boolean isCancelConditionEnabled()
- 
getCancelConditionExpression
 
-