Package io.openems.edge.simulator.app
Class ExecuteSimulationRequest.Clock
java.lang.Object
io.openems.edge.simulator.app.ExecuteSimulationRequest.Clock
- Enclosing class:
- ExecuteSimulationRequest
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfrom
(com.google.gson.JsonObject j) CreateExecuteSimulationRequest.Clock
fromJsonObject
.
-
Field Details
-
start
-
end
-
timeleapPerCycle
public final int timeleapPerCycle -
executeCycleTwice
public final boolean executeCycleTwice
-
-
Method Details
-
from
public static ExecuteSimulationRequest.Clock from(com.google.gson.JsonObject j) throws OpenemsError.OpenemsNamedException CreateExecuteSimulationRequest.Clock
fromJsonObject
.- Parameters:
j
- theJsonObject
- Returns:
- the
ExecuteSimulationRequest.Clock
- Throws:
OpenemsError.OpenemsNamedException
- on parse error
-