Uses of Class
org.tm4j.topicmap.unified.UnifiedTopicMap

Packages that use UnifiedTopicMap
org.tm4j.topicmap.unified Implements a TM4J back-end which merges topic maps from one or more other back-end implementations dynamically. 
 

Uses of UnifiedTopicMap in org.tm4j.topicmap.unified
 

Fields in org.tm4j.topicmap.unified declared as UnifiedTopicMap
protected  UnifiedTopicMap UnifiedTopicMapObject.m_tm
           
 

Constructors in org.tm4j.topicmap.unified with parameters of type UnifiedTopicMap
UnifiedOccurrence(UnifiedTopicMap tm, Occurrence base)
           
UnifiedMember(UnifiedTopicMap tm, Member base)
           
UnifiedBaseName(UnifiedTopicMap tm, BaseName base)
           
UnifiedScopedObject(UnifiedTopicMap tm, ScopedObject base)
           
UnifiedAssociation(UnifiedTopicMap tm, Association base)
           
UnifiedTopic(UnifiedTopicMap tm, Topic t)