Class Coefficient

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

public class Coefficient extends Object
  • Field Details

    • index

      protected final int index
    • essId

      protected final String essId
    • phase

      protected final Phase phase
    • pwr

      protected final Pwr pwr
  • Constructor Details

    • Coefficient

      public Coefficient(int index, String essId, Phase phase, Pwr pwr)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getIndex

      public int getIndex()
    • getEssId

      public String getEssId()
    • getPhase

      public Phase getPhase()
    • getPwr

      public Pwr getPwr()