public class BatteryInverterConstraint
extends java.lang.Object
ManagedSymmetricBatteryInverter
.Modifier and Type | Field and Description |
---|---|
java.lang.String |
description |
static BatteryInverterConstraint[] |
NO_CONSTRAINTS |
Phase |
phase |
Pwr |
pwr |
Relationship |
relationship |
double |
value |
Constructor and Description |
---|
BatteryInverterConstraint(java.lang.String description,
Phase phase,
Pwr pwr,
Relationship relationship,
double value) |
public final java.lang.String description
public final Phase phase
public final Pwr pwr
public final Relationship relationship
public final double value
public static BatteryInverterConstraint[] NO_CONSTRAINTS
public BatteryInverterConstraint(java.lang.String description, Phase phase, Pwr pwr, Relationship relationship, double value)