Package com.powsybl.iidm.modification
Class PhaseShifterOptimizeTap
- java.lang.Object
-
- com.powsybl.iidm.modification.AbstractNetworkModification
-
- com.powsybl.iidm.modification.PhaseShifterOptimizeTap
-
- All Implemented Interfaces:
NetworkModification
public class PhaseShifterOptimizeTap extends AbstractNetworkModification
- Author:
- Geoffroy Jamgotchian
-
-
Constructor Summary
Constructors Constructor Description PhaseShifterOptimizeTap(String phaseShifterId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Network network, boolean throwException, ComputationManager computationManager, Reporter reporter)
Applies the modification to the given network.-
Methods inherited from class com.powsybl.iidm.modification.AbstractNetworkModification
apply, apply, apply, apply, apply, logOrThrow
-
-
-
-
Constructor Detail
-
PhaseShifterOptimizeTap
public PhaseShifterOptimizeTap(String phaseShifterId)
-
-
Method Detail
-
apply
public void apply(Network network, 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.
-
-