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
ConstructorsModifierConstructorDescriptionprotectedSystemParticipantWithHeatResult(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) protectedSystemParticipantWithHeatResult(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, 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
-
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:
equalsin classSystemParticipantResult
-
hashCode
public int hashCode()- Overrides:
hashCodein classSystemParticipantResult
-
toString
- Overrides:
toStringin classSystemParticipantResult
-