Class DefaultNetworkElementAdapter
java.lang.Object
com.powsybl.iidm.criteria.translation.DefaultNetworkElementAdapter
- All Implemented Interfaces:
NetworkElement
Adapter to have a NetworkElement
from an Identifiable
object.
- Author:
- Sophie Frasnedo <sophie.frasnedo at rte-france.com>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCountry
(ThreeSides side) getId()
Identifiable<?>
getNominalVoltage
(ThreeSides side) boolean
-
Constructor Details
-
DefaultNetworkElementAdapter
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceNetworkElement
-
getCountry1
- Specified by:
getCountry1
in interfaceNetworkElement
-
getCountry2
- Specified by:
getCountry2
in interfaceNetworkElement
-
getCountry3
- Specified by:
getCountry3
in interfaceNetworkElement
-
getCountry
- Specified by:
getCountry
in interfaceNetworkElement
-
getCountry
- Specified by:
getCountry
in interfaceNetworkElement
-
getNominalVoltage1
- Specified by:
getNominalVoltage1
in interfaceNetworkElement
-
getNominalVoltage2
- Specified by:
getNominalVoltage2
in interfaceNetworkElement
-
getNominalVoltage3
- Specified by:
getNominalVoltage3
in interfaceNetworkElement
-
getNominalVoltage
- Specified by:
getNominalVoltage
in interfaceNetworkElement
-
getNominalVoltage
- Specified by:
getNominalVoltage
in interfaceNetworkElement
-
isValidFor
- Specified by:
isValidFor
in interfaceNetworkElement
-
getIdentifiable
-