Package com.powsybl.iidm.modification
Class PlannedDisconnection
java.lang.Object
com.powsybl.iidm.modification.AbstractNetworkModification
com.powsybl.iidm.modification.AbstractDisconnection
com.powsybl.iidm.modification.PlannedDisconnection
- All Implemented Interfaces:
NetworkModification
- Author:
- Nicolas Rol <nicolas.rol at rte-france.com>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(Network network, NamingStrategy namingStrategy, boolean throwException, ComputationManager computationManager, Reporter reporter) Applies the modification to the given network.Methods inherited from class com.powsybl.iidm.modification.AbstractDisconnection
applyModification
-
Method Details
-
apply
public void apply(Network network, NamingStrategy namingStrategy, boolean throwException, ComputationManager computationManager, Reporter reporter) 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.
-