Class AbstractCgmesAliasNamingStrategy
java.lang.Object
com.powsybl.cgmes.conversion.naming.AbstractCgmesAliasNamingStrategy
- All Implemented Interfaces:
NamingStrategy
- Direct Known Subclasses:
FixedCgmesAliasNamingStrategy
,SimpleCgmesAliasNamingStrategy
- Author:
- Miora Vedelago <miora.ralambotiana at rte-france.com>, Luma ZamarreƱo <zamarrenolm at aia.es>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.powsybl.cgmes.conversion.naming.NamingStrategy
NamingStrategy.Identity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
debug
(String baseName, DataSource ds) getCgmesId
(CgmesObjectReference... refs) getCgmesId
(Identifiable<?> identifiable) getCgmesId
(String identifier) getCgmesIdFromAlias
(Identifiable<?> identifiable, String aliasType) getCgmesIdFromProperty
(Identifiable<?> identifiable, String propertyName) getIidmName
(String type, String name) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.powsybl.cgmes.conversion.naming.NamingStrategy
getName
-
Constructor Details
-
AbstractCgmesAliasNamingStrategy
-
-
Method Details
-
getIidmId
- Specified by:
getIidmId
in interfaceNamingStrategy
-
getIidmName
- Specified by:
getIidmName
in interfaceNamingStrategy
-
getCgmesId
- Specified by:
getCgmesId
in interfaceNamingStrategy
-
getCgmesIdFromAlias
- Specified by:
getCgmesIdFromAlias
in interfaceNamingStrategy
-
getCgmesIdFromProperty
- Specified by:
getCgmesIdFromProperty
in interfaceNamingStrategy
-
getCgmesId
- Specified by:
getCgmesId
in interfaceNamingStrategy
-
debug
- Specified by:
debug
in interfaceNamingStrategy
-
getCgmesId
- Specified by:
getCgmesId
in interfaceNamingStrategy
-