Class LoadProfileCurveGenerationStep
java.lang.Object
energy.eddie.regionconnector.simulation.engine.steps.runtime.LoadProfileCurveGenerationStep
- All Implemented Interfaces:
Step
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(SimulationContext ctx) When a step is executed, it returns a list of steps, which should be executed next.
-
Constructor Details
-
LoadProfileCurveGenerationStep
public LoadProfileCurveGenerationStep(Map<DayOfWeek, String> profiles, String defaultProfile, double maxEnergy, String meteringPoint) throws ExecutionException- Throws:
ExecutionException
-
-
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.- Specified by:
executein interfaceStep- Parameters:
ctx- context that might be needed by the step- Returns:
- next steps to be executed
- Throws:
ExecutionException
-