org.tm4j.topicmap.utils.IDMappingStrategy .generateID(java.lang.String sourceID,org.tm4j.topicmap.TopicMap destinationTM)

Description

This method is invoked to generate an ID for the destination object of a copy.

Parameters
org.tm4j.topicmap.TopicMap destinationTM The TopicMap into which the destination object will be copied.
java.lang.String sourceID The ID of the source object being copied.

Throws

Returns

The ID to be assigned to the destination object.

Other Resources

Related Topics