Interface WizardModel.ICondition

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean evaluate()
      Evaluates the current state and returns whether the step that is coupled to this condition is available.
    • Method Detail

      • evaluate

        boolean evaluate()
        Evaluates the current state and returns whether the step that is coupled to this condition is available.
        Returns:
        True if the step this condition is coupled to is available, false otherwise