Class ParallelDefinition
- java.lang.Object
- 
- com.inductiveautomation.sfc.definitions.ElementDefinition
- 
- com.inductiveautomation.sfc.definitions.StepDefinition
- 
- com.inductiveautomation.sfc.definitions.ParallelDefinition
 
 
 
- 
 public class ParallelDefinition extends StepDefinition 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.inductiveautomation.sfc.definitions.ElementDefinitionElementDefinition.ElementType
 
- 
 - 
Constructor SummaryConstructors Constructor Description ParallelDefinition(java.util.UUID elementId, java.util.List<ElementDefinition> startElements, boolean cancelEnabled, java.lang.String cancelExpression)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCancelConditionExpression()ElementDefinition.ElementTypegetElementType()java.util.List<ElementDefinition>getStartElements()These are the starting elements of the interior of the parallel sectionbooleanisCancelConditionEnabled()- 
Methods inherited from class com.inductiveautomation.sfc.definitions.StepDefinitiongetFactoryId, getProperties, isBeginStep, isEndStep
 - 
Methods inherited from class com.inductiveautomation.sfc.definitions.ElementDefinitiongetElementId, getNextElements, setNextElements
 
- 
 
- 
- 
- 
Constructor Detail- 
ParallelDefinitionpublic ParallelDefinition(java.util.UUID elementId, java.util.List<ElementDefinition> startElements, boolean cancelEnabled, java.lang.String cancelExpression)
 
- 
 - 
Method Detail- 
getStartElementspublic java.util.List<ElementDefinition> getStartElements() These are the starting elements of the interior of the parallel section
 - 
getElementTypepublic ElementDefinition.ElementType getElementType() - Overrides:
- getElementTypein class- StepDefinition
 
 - 
isCancelConditionEnabledpublic boolean isCancelConditionEnabled() 
 - 
getCancelConditionExpressionpublic java.lang.String getCancelConditionExpression() 
 
- 
 
-