Class LineTripping
java.lang.Object
com.powsybl.iidm.modification.AbstractNetworkModification
com.powsybl.iidm.modification.tripping.AbstractTripping
com.powsybl.iidm.modification.tripping.BranchTripping
com.powsybl.iidm.modification.tripping.LineTripping
- All Implemented Interfaces:
NetworkModification
,Tripping
- Author:
- Mathieu Bague <[email protected]>
-
Field Summary
Fields inherited from class com.powsybl.iidm.modification.tripping.BranchTripping
voltageLevelId
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
ConstructorsConstructorDescriptionLineTripping
(String lineId) LineTripping
(String lineId, String voltageLevelId) -
Method Summary
Modifier and TypeMethodDescriptionprotected PowsyblException
protected PowsyblException
getName()
Returns the name of the network modification.Methods inherited from class com.powsybl.iidm.modification.tripping.BranchTripping
getVoltageLevelId, traverse
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
-
Constructor Details
-
LineTripping
-
LineTripping
-
-
Method Details
-
getName
Description copied from class:AbstractNetworkModification
Returns the name of the network modification. That name corresponds to the type of network modification- Overrides:
getName
in classBranchTripping
- Returns:
- the name of the network modification
-
createNotFoundException
- Overrides:
createNotFoundException
in classBranchTripping
-
createNotConnectedException
- Overrides:
createNotConnectedException
in classBranchTripping
-