Uses of Interface
org.tmapi.core.TopicMap

Packages that use TopicMap
org.tmapi.core Core interfaces which provide the functionality of the Topic Maps - Data Model
 

Uses of TopicMap in org.tmapi.core
 

Methods in org.tmapi.core that return TopicMap
 TopicMap TopicMapSystem.createTopicMap(Locator iri)
          Creates a new TopicMap and stores it within the system under the specified iri.
 TopicMap TopicMapSystem.createTopicMap(java.lang.String iri)
          Creates a new TopicMap and stores it within the system under the specified iri.
 TopicMap Topic.getParent()
          Returns the TopicMap to which this topic belongs.
 TopicMap Association.getParent()
          Returns the topic map to which this association belongs.
 TopicMap Construct.getTopicMap()
          Returns the TopicMap instance to which this Topic Maps construct belongs.
 TopicMap TopicMapSystem.getTopicMap(Locator iri)
          Retrieves a TopicMap managed by this system with the specified storage address iri.
 TopicMap TopicMapSystem.getTopicMap(java.lang.String iri)
          Retrieves a TopicMap managed by this system with the specified storage address iri.
 

Methods in org.tmapi.core with parameters of type TopicMap
 void TopicMap.mergeIn(TopicMap other)
          Merges the topic map other into this topic map.