Package edu.ie3.datamodel.models.value
Class PValue
java.lang.Object
edu.ie3.datamodel.models.value.PValue
- All Implemented Interfaces:
Value
,Serializable
- Direct Known Subclasses:
HeatAndPValue
,SValue
Describes a active power value as active power
- See Also:
-
Constructor Summary
ConstructorDescriptionPValue
(tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p) -
Method Summary
-
Constructor Details
-
PValue
public PValue(tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p) - Parameters:
p
- Active power
-
-
Method Details