Class HeatDemandValue

java.lang.Object
edu.ie3.datamodel.models.value.HeatDemandValue
All Implemented Interfaces:
Value, Serializable

public class HeatDemandValue extends Object implements Value
Describes as heat demand value
See Also:
  • Constructor Details

    • HeatDemandValue

      public HeatDemandValue(tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> heatDemand)
  • Method Details

    • getHeatDemand

      public Optional<tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power>> getHeatDemand()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object