Class SystemParticipantWithHeatResult
java.lang.Object
edu.ie3.datamodel.models.UniqueEntity
edu.ie3.datamodel.models.result.ResultEntity
edu.ie3.datamodel.models.result.system.SystemParticipantResult
edu.ie3.datamodel.models.result.system.SystemParticipantWithHeatResult
- All Implemented Interfaces:
Serializable
Abstract class that holds values common to result entities having heat result
- 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
ModifierConstructorDescriptionprotected
SystemParticipantWithHeatResult
(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) protected
SystemParticipantWithHeatResult
(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) -
Method Summary
Methods inherited from class edu.ie3.datamodel.models.result.system.SystemParticipantResult
getP, getQ, setP, setQ
Methods inherited from class edu.ie3.datamodel.models.result.ResultEntity
getInputModel, getTime, setInputModel, setTime
Methods inherited from class edu.ie3.datamodel.models.UniqueEntity
getUuid
-
Constructor Details
-
SystemParticipantWithHeatResult
protected SystemParticipantWithHeatResult(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) - 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
-
SystemParticipantWithHeatResult
protected SystemParticipantWithHeatResult(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) - 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
-
getqDot
public tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> getqDot()Thermal power output of the decentralised energy resource asset. Convention: Generated powers are given in negative values.- Returns:
- Thermal power output in MW.
-
equals
- Overrides:
equals
in classSystemParticipantResult
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSystemParticipantResult
-
toString
- Overrides:
toString
in classSystemParticipantResult
-