Class ChpResult
- All Implemented Interfaces:
Serializable
Represents calculation results of a
ChpInput- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.ie3.datamodel.models.UniqueEntity
UniqueEntity.UniqueEntityBuilder, UniqueEntity.UniqueEntityCopyBuilder<T extends UniqueEntity.UniqueEntityBuilder> -
Field Summary
Fields inherited from class edu.ie3.datamodel.models.UniqueEntity
UUID_FIELD_NAME -
Constructor Summary
ConstructorsConstructorDescriptionChpResult(ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> q, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot) Standard constructor with automatic uuid generation.ChpResult(UUID uuid, ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> q, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot) Standard constructor which allows uuid provision -
Method Summary
Methods inherited from class edu.ie3.datamodel.models.result.system.SystemParticipantWithHeatResult
equals, getqDot, hashCodeMethods inherited from class edu.ie3.datamodel.models.result.system.SystemParticipantResult
getP, getQ, setP, setQMethods inherited from class edu.ie3.datamodel.models.result.ResultEntity
getInputModel, getTime, setInputModel, setTimeMethods inherited from class edu.ie3.datamodel.models.UniqueEntity
getUuid
-
Constructor Details
-
ChpResult
public ChpResult(ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> q, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot) Standard constructor with automatic uuid generation.- Parameters:
time- date and time when the result is producedinputModel- uuid of the input model that produces the resultp- active power output normally provided in MWq- reactive power output normally provided in MVArqDot- thermal power output normally provided in MW
-
ChpResult
public ChpResult(UUID uuid, ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> q, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot) Standard constructor which allows uuid provision- Parameters:
uuid- uuid of this result entity, for automatic uuid generation use primary constructor abovetime- date and time when the result is producedinputModel- uuid of the input model that produces the resultp- active power output normally provided in MWq- reactive power output normally provided in MVArqDot- thermal power output normally provided in MW
-
-
Method Details
-
toString
- Overrides:
toStringin classSystemParticipantWithHeatResult
-