Class StatusEmissionStep
java.lang.Object
energy.eddie.regionconnector.simulation.engine.steps.runtime.StatusEmissionStep
- All Implemented Interfaces:
Step
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanexecute(SimulationContext ctx) When a step is executed, it returns a list of steps, which should be executed next.inthashCode()
-
Constructor Details
-
StatusEmissionStep
-
-
Method Details
-
execute
Description copied from interface:StepWhen 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. -
hashCode
public int hashCode() -
equals
-