Interface GroupIF
- All Superinterfaces:
ConfigurableItemIF,IdentifierAble,Serializable
- All Known Implementing Classes:
StepGroup
A group only bundles and sequences its content.
- Version:
- 11.5.1
- Author:
- jmback
-
Method Summary
Modifier and TypeMethodDescriptionGet the last step inside the group.Get the lowest step group in which this item isvoidSet the last step in sequence for the first step in the group.voidsetStepGroup(GroupIF iGroup) Set the lowest group of this itemMethods inherited from interface de.mid.innovator.m2msdk.model.transformation.interfaces.ConfigurableItemIF
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getItem, getKnownParameters, getName, getParentItem, getParentItem, setBaseItem, setConfigurationContext, setConfigurationTag, setParentMethods inherited from interface de.mid.innovator.m2msdk.util.IdentifierAble
getId, setId
-
Method Details
-
setLastStep
Set the last step in sequence for the first step in the group.- Parameters:
iStep- last step executed before this group
-
getLastStep
ModelTransformationStepIF getLastStep()Get the last step inside the group.- Returns:
- last step executed in this group
-
getStepGroup
GroupIF getStepGroup()Get the lowest step group in which this item is- Returns:
- null if it is in no step group.
-
setStepGroup
Set the lowest group of this item- Parameters:
iGroup- step group
-