java.lang.Object
com.powsybl.balances_adjustment.util.VoltageLevelsArea
All Implemented Interfaces:
NetworkArea

public class VoltageLevelsArea extends Object implements NetworkArea
Author:
Ameni Walha <ameni.walha at rte-france.com>, Sebastien Murgey <sebastien.murgey at rte-france.com>, Mathieu Bague <mathieu.bague at rte-france.com>
  • Constructor Details

    • VoltageLevelsArea

      public VoltageLevelsArea(com.powsybl.iidm.network.Network network, List<String> voltageLevelIds)
  • Method Details

    • getNetPosition

      public double getNetPosition()
      Description copied from interface: NetworkArea
      Computes the net position of the area on a given network object. Net position sign convention is positive when flows are leaving the area (export) and negative when flows feed the area (import).
      Specified by:
      getNetPosition in interface NetworkArea
      Returns:
      Sum of the flows leaving the area
    • getContainedBusViewBuses

      public Collection<com.powsybl.iidm.network.Bus> getContainedBusViewBuses()
      Specified by:
      getContainedBusViewBuses in interface NetworkArea