java.lang.Object
energy.eddie.regionconnector.simulation.engine.steps.Model
energy.eddie.regionconnector.simulation.engine.steps.StatusChangeStep
All Implemented Interfaces:
Step

public final class StatusChangeStep extends Model
  • Field Details

  • Constructor Details

  • Method Details

    • execute

      Description copied from interface: Step
      When a step is executed, it returns a list of steps, which should be executed next. It can also execute any other arbitrary code in this method.
      Parameters:
      ctx - context that might be needed by the step
      Returns:
      next steps to be executed
    • status

      public PermissionProcessStatus status()
    • delay

      public long delay()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object