Class Context
- java.lang.Object
-
- io.openems.edge.common.statemachine.AbstractContext<SingleRackVersionBImpl>
-
- io.openems.edge.battery.soltaro.single.versionb.statemachine.Context
-
public class Context extends AbstractContext<SingleRackVersionBImpl>
-
-
Field Summary
Fields Modifier and Type Field Description protected Config
config
java.util.Optional<java.lang.Integer>
numberOfModules
-
Constructor Summary
Constructors Constructor Description Context(SingleRackVersionBImpl parent, Config config, java.util.Optional<java.lang.Integer> numberOfSlaves)
-
-
-
Field Detail
-
config
protected final Config config
-
numberOfModules
public final java.util.Optional<java.lang.Integer> numberOfModules
-
-
Constructor Detail
-
Context
public Context(SingleRackVersionBImpl parent, Config config, java.util.Optional<java.lang.Integer> numberOfSlaves)
-
-