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.ElementDefinitionElementDefinition.ElementType
 
- 
 - 
Constructor SummaryConstructors Constructor Description StepDefinition(java.util.UUID elementId)StepDefinition(java.util.UUID elementId, PropertySet properties)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementDefinition.ElementTypegetElementType()java.lang.StringgetFactoryId()PropertySetgetProperties()booleanisBeginStep()booleanisEndStep()- 
Methods inherited from class com.inductiveautomation.sfc.definitions.ElementDefinitiongetElementId, getNextElements, setNextElements
 
- 
 
- 
- 
- 
Constructor Detail- 
StepDefinitionpublic StepDefinition(java.util.UUID elementId) 
 - 
StepDefinitionpublic StepDefinition(java.util.UUID elementId, PropertySet properties)
 
- 
 - 
Method Detail- 
getFactoryIdpublic java.lang.String getFactoryId() 
 - 
isBeginSteppublic boolean isBeginStep() 
 - 
isEndSteppublic boolean isEndStep() 
 - 
getPropertiespublic PropertySet getProperties() 
 - 
getElementTypepublic ElementDefinition.ElementType getElementType() - Specified by:
- getElementTypein class- ElementDefinition
 
 
- 
 
-