Class ThermalHouseResult
java.lang.Object
edu.ie3.datamodel.models.UniqueEntity
edu.ie3.datamodel.models.result.ResultEntity
edu.ie3.datamodel.models.result.thermal.ThermalUnitResult
edu.ie3.datamodel.models.result.thermal.ThermalSinkResult
edu.ie3.datamodel.models.result.thermal.ThermalHouseResult
- All Implemented Interfaces:
Serializable
Represents the results of
ThermalHouseInput
- 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
ConstructorDescriptionThermalHouseResult
(ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Temperature> indoorTemperature) Standard constructor which includes auto generation of the resulting output models uuid.ThermalHouseResult
(UUID uuid, ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Temperature> indoorTemperature) Standard constructor without uuid generation. -
Method Summary
Modifier and TypeMethodDescriptionboolean
tech.units.indriya.ComparableQuantity<javax.measure.quantity.Temperature>
int
hashCode()
void
setIndoorTemperature
(tech.units.indriya.ComparableQuantity<javax.measure.quantity.Temperature> indoorTemperature) toString()
Methods inherited from class edu.ie3.datamodel.models.result.thermal.ThermalUnitResult
getqDot, setqDot
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
-
ThermalHouseResult
public ThermalHouseResult(ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Temperature> indoorTemperature) Standard constructor which includes auto generation of the resulting output models uuid.- Parameters:
time
- date and time when the result is producedinputModel
- uuid of the input model that produces the resultqDot
- thermal heat demand of the sinkindoorTemperature
- Indoor room temperature
-
ThermalHouseResult
public ThermalHouseResult(UUID uuid, ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> qDot, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Temperature> indoorTemperature) Standard constructor without uuid generation.- 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 resultqDot
- thermal heat demand of the sinkindoorTemperature
- Indoor room temperature
-
-
Method Details
-
getIndoorTemperature
public tech.units.indriya.ComparableQuantity<javax.measure.quantity.Temperature> getIndoorTemperature() -
setIndoorTemperature
public void setIndoorTemperature(tech.units.indriya.ComparableQuantity<javax.measure.quantity.Temperature> indoorTemperature) -
equals
- Overrides:
equals
in classThermalUnitResult
-
hashCode
public int hashCode()- Overrides:
hashCode
in classThermalUnitResult
-
toString
- Overrides:
toString
in classThermalUnitResult
-