Class StepDefinition
- java.lang.Object
-
- com.inductiveautomation.sfc.definitions.ElementDefinition
-
- com.inductiveautomation.sfc.definitions.StepDefinition
-
- Direct Known Subclasses:
ParallelDefinition
public class StepDefinition extends ElementDefinition
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.inductiveautomation.sfc.definitions.ElementDefinition
ElementDefinition.ElementType
-
-
Constructor Summary
Constructors Constructor Description StepDefinition(java.util.UUID elementId)
StepDefinition(java.util.UUID elementId, PropertySet properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementDefinition.ElementType
getElementType()
java.lang.String
getFactoryId()
PropertySet
getProperties()
boolean
isBeginStep()
boolean
isEndStep()
-
Methods inherited from class com.inductiveautomation.sfc.definitions.ElementDefinition
getElementId, getNextElements, setNextElements
-
-
-
-
Constructor Detail
-
StepDefinition
public StepDefinition(java.util.UUID elementId)
-
StepDefinition
public StepDefinition(java.util.UUID elementId, PropertySet properties)
-
-
Method Detail
-
getFactoryId
public java.lang.String getFactoryId()
-
isBeginStep
public boolean isBeginStep()
-
isEndStep
public boolean isEndStep()
-
getProperties
public PropertySet getProperties()
-
getElementType
public ElementDefinition.ElementType getElementType()
- Specified by:
getElementType
in classElementDefinition
-
-