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
Fields inherited from class com.powsybl.iidm.modification.AbstractNetworkModification
DEFAULT_IMPACT, EPSILON, impact
-
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, hasImpactOnNetwork, traverseDoubleSidedEquipment
Methods inherited from class com.powsybl.iidm.modification.AbstractNetworkModification
apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, apply, areValuesEqual, areValuesEqual, checkVoltageLevel, isValueOutsideRange, logOrThrow, reportOnDryRunStart, reportOnInconclusiveDryRun
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
-
getName
Description copied from class:AbstractNetworkModification
Returns the name of the network modification. That name corresponds to the type of network modification- Specified by:
getName
in classAbstractNetworkModification
- Returns:
- the name of the network modification
-
getVoltageLevelId
-
traverse
-
createNotFoundException
-
createNotConnectedException
-