Uses of Interface
org.tm4j.topicmap.TopicMapUtils

Packages that use TopicMapUtils
org.tm4j.topicmap Provides the core interfaces of the TM4J Topic Map Engine. 
org.tm4j.topicmap.unified Implements a TM4J back-end which merges topic maps from one or more other back-end implementations dynamically. 
org.tm4j.topicmap.utils Contains utility classes providing additional functionality for the TM4J API. 
 

Uses of TopicMapUtils in org.tm4j.topicmap
 

Methods in org.tm4j.topicmap that return TopicMapUtils
 TopicMapUtils TopicMap.getUtils()
          Get the concrete implementation of the TopicMapUtils interface which partners with the concrete implementation of this interface.
 

Uses of TopicMapUtils in org.tm4j.topicmap.unified
 

Methods in org.tm4j.topicmap.unified that return TopicMapUtils
 TopicMapUtils UnifiedTopicMap.getUtils()
           
 

Uses of TopicMapUtils in org.tm4j.topicmap.utils
 

Methods in org.tm4j.topicmap.utils with parameters of type TopicMapUtils
protected static void XTMUtils.removeDuplicateAssociations(java.util.Collection assocs, TopicMapUtils utils)