Class BatteryInverterConstraint
java.lang.Object
io.openems.edge.batteryinverter.api.BatteryInverterConstraint
Wraps a Constraint for a
ManagedSymmetricBatteryInverter
.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
static BatteryInverterConstraint[]
final Phase
final Pwr
final Relationship
final double
-
Constructor Summary
ConstructorsConstructorDescriptionBatteryInverterConstraint
(String description, Phase phase, Pwr pwr, Relationship relationship, double value) -
Method Summary
-
Field Details
-
description
-
phase
-
pwr
-
relationship
-
value
public final double value -
NO_CONSTRAINTS
-
-
Constructor Details
-
BatteryInverterConstraint
public BatteryInverterConstraint(String description, Phase phase, Pwr pwr, Relationship relationship, double value)
-