Package edu.ie3.datamodel.models.value
Class SValue
java.lang.Object
edu.ie3.datamodel.models.value.PValue
edu.ie3.datamodel.models.value.SValue
- All Implemented Interfaces:
Value
,Serializable
- Direct Known Subclasses:
HeatAndSValue
Describes a apparent power value as a pair of active and reactive power
- See Also:
-
Constructor Summary
ConstructorDescriptionSValue
(tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> q) Creates a new value representing apparent power -
Method Summary
-
Constructor Details
-
SValue
public SValue(tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> q) Creates a new value representing apparent power- Parameters:
p
- Active powerq
- Reactive power
-
-
Method Details