Class ThermalHouseResult

All Implemented Interfaces:
Serializable

public class ThermalHouseResult extends ThermalSinkResult
Represents the results of ThermalHouseInput
See Also:
  • 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 produced
      inputModel - uuid of the input model that produces the result
      qDot - thermal heat demand of the sink
      indoorTemperature - 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 above
      time - date and time when the result is produced
      inputModel - uuid of the input model that produces the result
      qDot - thermal heat demand of the sink
      indoorTemperature - 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

      public boolean equals(Object o)
      Overrides:
      equals in class ThermalUnitResult
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ThermalUnitResult
    • toString

      public String toString()
      Overrides:
      toString in class ThermalUnitResult