Class PredefinedStepContainer

Direct Known Subclasses:
ItemPredefinedStepContainer

public abstract class PredefinedStepContainer extends CompositeActivity
  • Field Details

    • num

      protected int num
  • Constructor Details

    • PredefinedStepContainer

      public PredefinedStepContainer()
  • Method Details

    • createChildren

      public abstract void createChildren()
    • predInit

      protected void predInit(Class<? extends PredefinedStep> clazz)
    • verify

      public boolean verify()
      Description copied from class: CompositeActivity
      launch the verification of the subprocess()
      Overrides:
      verify in class CompositeActivity
      Returns:
      boolean
    • getErrors

      public String getErrors()
      Description copied from class: Activity
      return the String that identifies the errors found in th activity
      Overrides:
      getErrors in class Activity
      Returns:
      String
    • getActive

      public boolean getActive()
      Overrides:
      getActive in class Activity
      Returns:
      the current ability to be executed