Interface NetworkModification

All Known Subinterfaces:
Tripping
All Known Implementing Classes:
AbstractDisconnection, AbstractInjectionTripping, AbstractNetworkModification, AbstractSetpointModification, AbstractTapPositionModification, AbstractTripping, BatteryModification, BatteryTripping, BranchTripping, BusbarSectionTripping, BusTripping, CloseSwitch, ConnectableConnection, ConnectGenerator, ConnectVoltageLevelOnLine, CreateBranchFeederBays, CreateCouplingDevice, CreateFeederBay, CreateLineOnLine, CreateVoltageLevelTopology, DanglingLineTripping, GeneratorModification, GeneratorTripping, HvdcLineTripping, LineTripping, LoadTripping, NetworkModificationList, OpenSwitch, PhaseShifterOptimizeTap, PhaseShifterSetAsFixedTap, PhaseShifterShiftTap, PhaseTapPositionModification, PlannedDisconnection, RatioTapPositionModification, RemoveFeederBay, RemoveHvdcLine, RemoveSubstation, RemoveVoltageLevel, ReplaceTeePointByVoltageLevelOnLine, ReplaceTieLinesByLines, RevertConnectVoltageLevelOnLine, RevertCreateLineOnLine, ScriptNetworkModification, ShuntCompensatorModification, ShuntCompensatorTripping, StaticVarCompensatorModification, StaticVarCompensatorTripping, SwitchTripping, ThreeWindingsTransformerTripping, TieLineTripping, TwoWindingsTransformerTripping, UnplannedDisconnection, VscConverterStationModification

public interface NetworkModification
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Details

    • apply

      void apply(Network network)
    • apply

      void apply(Network network, ComputationManager computationManager)
    • apply

      void apply(Network network, ComputationManager computationManager, ReportNode reportNode)
    • apply

      void apply(Network network, ReportNode reportNode)
    • apply

      void apply(Network network, boolean throwException, ReportNode reportNode)
      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.
    • apply

      void apply(Network network, boolean throwException, ComputationManager computationManager, ReportNode reportNode)
      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.
    • apply

      void apply(Network network, NamingStrategy namingStrategy)
    • apply

      void apply(Network network, NamingStrategy namingStrategy, ComputationManager computationManager)
    • apply

      void apply(Network network, NamingStrategy namingStrategy, ComputationManager computationManager, ReportNode reportNode)
    • apply

      void apply(Network network, NamingStrategy namingStrategy, ReportNode reportNode)
    • apply

      void apply(Network network, NamingStrategy namingStrategy, boolean throwException, ReportNode reportNode)
      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.
    • apply

      void apply(Network network, NamingStrategy namingStrategy, boolean throwException, ComputationManager computationManager, ReportNode reportNode)
      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.