Class VoltageLevel
java.lang.Object
edu.ie3.datamodel.models.voltagelevels.VoltageLevel
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommonVoltageLevel
Definition of a concrete voltage level. Here, only voltage levels with one rated voltage are
covered. Don't mix it up with "Netzebenen" in D-A-CH area, which also cover the transformation
levels.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final String
protected final tech.units.indriya.ComparableQuantity<javax.measure.quantity.ElectricPotential>
-
Constructor Summary
ConstructorDescriptionVoltageLevel
(String id, tech.units.indriya.ComparableQuantity<javax.measure.quantity.ElectricPotential> nominalVoltage) Constructs a concrete voltage level -
Method Summary
-
Field Details
-
id
-
nominalVoltage
protected final tech.units.indriya.ComparableQuantity<javax.measure.quantity.ElectricPotential> nominalVoltage
-
-
Constructor Details
-
VoltageLevel
public VoltageLevel(String id, tech.units.indriya.ComparableQuantity<javax.measure.quantity.ElectricPotential> nominalVoltage) Constructs a concrete voltage level- Parameters:
id
- IdentifiernominalVoltage
- nominal voltage of the voltage level
-
-
Method Details
-
getId
Get the identifier of the voltage level- Returns:
- The identifier
-
getNominalVoltage
public tech.units.indriya.ComparableQuantity<javax.measure.quantity.ElectricPotential> getNominalVoltage()Get the nominal voltage of the voltage level- Returns:
- The nominal voltage of the voltage level
-
toString
-