org.tm4j.topicmap.utils.IDMappingStrategy .getSourceID(java.lang.String destID)

Description

Returns the ID of the source TopicMapObject which was mapped to destID by the generateID()method.

Parameters
java.lang.String destID The ID of the destination object of the copy

Returns

The ID of the source object from which the destination ID was generated. Returns null if there is no such mapping.

Other Resources

Related Topics

Has Parameters