Class RemoveFeederBay

java.lang.Object
com.powsybl.iidm.modification.AbstractNetworkModification
com.powsybl.iidm.modification.topology.RemoveFeederBay
All Implemented Interfaces:
NetworkModification

public class RemoveFeederBay extends AbstractNetworkModification
This modification removes the whole feeder bay related to a given feeder connectable. This means that it removes all the dangling switches and internal connections which remain once the connectable is removed. Note that determining the bay which corresponds to a connectable needs some computation and graph traversals.
Author:
Florian Dupuy <florian.dupuy at rte-france.com>
  • Constructor Details

    • RemoveFeederBay

      public RemoveFeederBay(String connectableId)
      Constructor
      Parameters:
      connectableId - non-null id of the connectable whose feeder bay will be removed (busbar section are not accepted)
  • Method Details

    • apply

      public void apply(Network network, NamingStrategy namingStrategy, boolean throwException, ComputationManager computationManager, ReportNode reportNode)
      Description copied from interface: NetworkModification
      Applies the modification to the given network. If throwException is set to true, then in case of error, an exception will be thrown. Otherwise, computation will continue but the injection will not be added to the network in case of error.