org.tm4j.topicmap.Topic .getMergedTopics()

Description

Returns a collection of all of the other topics which were merged with this topic due to identity matches or topic map naming constraints.

Returns

An unmodifiable collection of original {@link Topic}s that were topic merged with this topic. If no topics were merged with this topic, the returned collection is empty; it is never null.

Other Resources

Related Topics