Class ValidatedHistoricalDataStep
java.lang.Object
energy.eddie.regionconnector.simulation.engine.steps.Model
energy.eddie.regionconnector.simulation.engine.steps.ValidatedHistoricalDataStep
- All Implemented Interfaces:
Step
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(SimulationContext ctx) When a step is executed, it returns a list of steps, which should be executed next.inthashCode()toString()
-
Field Details
-
DISCRIMINATOR_VALUE
- See Also:
-
-
Constructor Details
-
ValidatedHistoricalDataStep
-
-
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.- Parameters:
ctx- context that might be needed by the step- Returns:
- next steps to be executed
-
meterReading
-
hashCode
public int hashCode() -
equals
-
toString
-