Class BranchTripping
java.lang.Object
com.powsybl.iidm.modification.AbstractNetworkModification
com.powsybl.iidm.modification.tripping.AbstractTripping
com.powsybl.iidm.modification.tripping.BranchTripping
- All Implemented Interfaces:
NetworkModification
,Tripping
- Direct Known Subclasses:
LineTripping
,TwoWindingsTransformerTripping
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>, Mathieu Bague <mathieu.bague at rte-france.com>
-
Field Summary
Fields inherited from class com.powsybl.iidm.modification.tripping.AbstractTripping
id
-
Constructor Summary
ModifierConstructorDescriptionBranchTripping
(String branchId) BranchTripping
(String branchId, String voltageLevelId) protected
BranchTripping
(String branchId, String voltageLevelId, BiFunction<Network, String, Branch<?>> supplier) -
Method Summary
Methods inherited from class com.powsybl.iidm.modification.tripping.AbstractTripping
apply, getId, traverseDoubleSidedEquipment
Methods inherited from class com.powsybl.iidm.modification.AbstractNetworkModification
apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, logOrThrow
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
voltageLevelId
-
-
Constructor Details
-
BranchTripping
-
BranchTripping
-
BranchTripping
-
-
Method Details
-
getVoltageLevelId
-
traverse
-
createNotFoundException
-
createNotConnectedException
-