Class LinearCoefficient

java.lang.Object
io.openems.edge.ess.power.api.LinearCoefficient

public class LinearCoefficient extends Object
  • Field Details

    • coefficient

      protected final Coefficient coefficient
    • value

      protected final double value
  • Constructor Details

    • LinearCoefficient

      public LinearCoefficient(Coefficient coefficient, double value)
  • Method Details

    • getCoefficient

      public Coefficient getCoefficient()
    • getValue

      public double getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object