Class NamingStrategy.Identity
java.lang.Object
com.powsybl.cgmes.conversion.naming.NamingStrategy.Identity
- All Implemented Interfaces:
NamingStrategy
- Enclosing interface:
- NamingStrategy
-
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) getIidmName
(String type, String name) getName()
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
getCgmesId, getCgmesIdFromAlias, getCgmesIdFromProperty
-
Constructor Details
-
Identity
public Identity()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceNamingStrategy
-
getIidmId
- Specified by:
getIidmId
in interfaceNamingStrategy
-
getCgmesId
- Specified by:
getCgmesId
in interfaceNamingStrategy
-
getIidmName
- Specified by:
getIidmName
in interfaceNamingStrategy
-
debug
- Specified by:
debug
in interfaceNamingStrategy
-
getCgmesId
- Specified by:
getCgmesId
in interfaceNamingStrategy
-