Uses of Interface
org.tm4j.topicmap.source.TopicMapSource

Packages that use TopicMapSource
org.tm4j.topicmap Provides the core interfaces of the TM4J Topic Map Engine. 
org.tm4j.topicmap.source Provides an abstract representation sources of TopicMaps and an implementation for serialized TopicMaps 
org.tm4j.topicmap.utils Contains utility classes providing additional functionality for the TM4J API. 
 

Uses of TopicMapSource in org.tm4j.topicmap
 

Methods in org.tm4j.topicmap with parameters of type TopicMapSource
 TopicMap TopicMapManager.addTopicMap(TopicMapSource source, java.lang.String providerId)
          Adds a TopicMap from the given source to the given Provider
 TopicMap TopicMapProvider.addTopicMap(TopicMapSource source, TopicMap existing)
          Imports a topic map into the data store managed by this TopicMapProvider from the specified TopicMapSource
 TopicMap TopicMapProvider.addTopicMap(TopicMapSource source, TopicMap existing, Topic[] addedThemes)
          Imports a topic map into the data store managed by this TopicMapProvider from the specified TopicMapSource
 TopicMap TopicMapProvider.addTopicMap(TopicMapSource source)
          Imports a topic map into the data store managed by this TopicMapProvider from the specified TopicMapSource
 TopicMap TopicMapProvider.addTopicMap(TopicMapSource source, Topic[] addedThemes)
          Imports a topic map into the data store managed by this TopicMapProvider from the specified TopicMapSource
 

Uses of TopicMapSource in org.tm4j.topicmap.source
 

Classes in org.tm4j.topicmap.source that implement TopicMapSource
 class SerializedTopicMapSource
          This is a implementation of the TopicMapSource Interface representing serialized TopicMaps.
 

Methods in org.tm4j.topicmap.source with parameters of type TopicMapSource
 TopicMap TopicMapSourceSupport.addTopicMap(TopicMapSource source, TopicMap existing)
           
 TopicMap TopicMapSourceSupport.addTopicMap(TopicMapSource source, TopicMap existing, Topic[] addedThemes)
           
 TopicMap TopicMapSourceSupport.addTopicMap(TopicMapSource source)
           
 TopicMap TopicMapSourceSupport.addTopicMap(TopicMapSource source, Topic[] addedThemes)
           
 Locator TopicMapSourceSupport.getSourceBaseLocator(TopicMapSource source)
           
 

Uses of TopicMapSource in org.tm4j.topicmap.utils
 

Methods in org.tm4j.topicmap.utils with parameters of type TopicMapSource
 void TopicMapMerger.addSource(TopicMapSource source)
          Adds a configured TopicMapSource to the list of sources to be processed.