Class ValidatedHistoricalDataEmissionStep

java.lang.Object
energy.eddie.regionconnector.simulation.engine.steps.runtime.ValidatedHistoricalDataEmissionStep
All Implemented Interfaces:
Step

public class ValidatedHistoricalDataEmissionStep extends Object implements Step
  • 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.
      Specified by:
      execute in interface Step
      Parameters:
      ctx - context that might be needed by the step
      Returns:
      next steps to be executed
    • hashCode

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

      public final boolean equals(Object o)
      Overrides:
      equals in class Object