Class HeatAndSValue

All Implemented Interfaces:
Value, Serializable

public class HeatAndSValue extends SValue
Describes a triple based on active and reactive electrical power, as well as heat power
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    HeatAndSValue(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> heatDemand)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    Optional<tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power>>
     
    int
     
     

    Methods inherited from class edu.ie3.datamodel.models.value.SValue

    getQ

    Methods inherited from class edu.ie3.datamodel.models.value.PValue

    getP

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • HeatAndSValue

      public HeatAndSValue(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> heatDemand)
      Parameters:
      p - Active power
      q - Reactive power
      heatDemand - Heat demand
  • Method Details

    • getHeatDemand

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

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

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

      public String toString()
      Overrides:
      toString in class SValue