Uses of Interface
org.tm4j.topicmap.TopicMapFactory

Packages that use TopicMapFactory
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 TopicMapFactory in org.tm4j.topicmap
 

Classes in org.tm4j.topicmap that implement TopicMapFactory
 class TopicMapFactoryBase
           
 

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

Uses of TopicMapFactory in org.tm4j.topicmap.unified
 

Methods in org.tm4j.topicmap.unified that return TopicMapFactory
 TopicMapFactory UnifiedTopicMap.getFactory()
           
 

Uses of TopicMapFactory in org.tm4j.topicmap.utils
 

Constructors in org.tm4j.topicmap.utils with parameters of type TopicMapFactory
XTMBuilder(TopicMapFactory factory, LocatorFactory locFactory)
          Creates an XTMBuilder using the provided TopicMapFactory and LocatorFactory.