All Superinterfaces:
ConfigurableItemIF, IdentifierAble, Serializable
All Known Implementing Classes:
StepGroup

public interface GroupIF extends ConfigurableItemIF
A group only bundles and sequences its content.
Version:
11.5.1
Author:
jmback
  • Method Details

    • setLastStep

      void setLastStep(ModelTransformationStepIF iStep)
      Set the last step in sequence for the first step in the group.
      Parameters:
      iStep - last step executed before this group
    • 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

      void setStepGroup(GroupIF iGroup)
      Set the lowest group of this item
      Parameters:
      iGroup - step group