Class PowerShift

java.lang.Object
com.powsybl.openloadflow.network.PowerShift

public class PowerShift extends Object
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

    • PowerShift

      public PowerShift()
    • PowerShift

      public PowerShift(double active, double variableActive, double reactive)
  • Method Details

    • getActive

      public double getActive()
    • getVariableActive

      public double getVariableActive()
    • getReactive

      public double getReactive()
    • add

      public void add(PowerShift other)
    • toString

      public String toString()
      Overrides:
      toString in class Object