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 sectionboolean
Methods inherited from class com.inductiveautomation.sfc.definitions.StepDefinition
getFactoryId, getProperties, isBeginStep, isEndStep
Methods 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:
getElementType
in classStepDefinition
-
isCancelConditionEnabled
public boolean isCancelConditionEnabled() -
getCancelConditionExpression
-