Package com.powsybl.iidm.modification
Class AbstractConnectDisconnectModification
java.lang.Object
com.powsybl.iidm.modification.AbstractNetworkModification
com.powsybl.iidm.modification.AbstractConnectDisconnectModification
- All Implemented Interfaces:
NetworkModification
- Direct Known Subclasses:
AbstractDisconnection
,ConnectableConnection
- Author:
- Nicolas Rol <nicolas.rol at rte-france.com>
-
Field Summary
Fields inherited from class com.powsybl.iidm.modification.AbstractNetworkModification
DEFAULT_IMPACT, EPSILON, impact
-
Method Summary
Modifier and TypeMethodDescriptionhasImpactOnNetwork
(Network network) States if the network modification would change the current state of the network.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, getName, isValueOutsideRange, logOrThrow, reportOnDryRunStart, reportOnInconclusiveDryRun
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.powsybl.iidm.modification.NetworkModification
apply
-
Method Details
-
hasImpactOnNetwork
Description copied from interface:NetworkModification
States if the network modification would change the current state of the network. It has no impact on the network.- Specified by:
hasImpactOnNetwork
in interfaceNetworkModification
- Overrides:
hasImpactOnNetwork
in classAbstractNetworkModification
- Parameters:
network
- Network that serves as reference for the impact.- Returns:
- True if the network modification would have an impact on the network.
-