Uses of Interface
org.tm4j.topicmap.ScopedObject

Packages that use ScopedObject
org.tm4j.tmapi.core An implementation of the draft TMAPI interfaces. 
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 ScopedObject in org.tm4j.tmapi.core
 

Constructors in org.tm4j.tmapi.core with parameters of type ScopedObject
TMAPIScopedObjectImpl(ScopedObject obj, TMAPITopicMapImpl tm)
           
 

Uses of ScopedObject in org.tm4j.topicmap
 

Subinterfaces of ScopedObject in org.tm4j.topicmap
 interface Association
          This interface describes an association between one or more topics, subject indicators, or resources.
 interface BaseName
          This interface describes a base name associated with a topic.
 interface Occurrence
          This interface defines a single occurrence construct in a Topic Map.
 

Uses of ScopedObject in org.tm4j.topicmap.unified
 

Classes in org.tm4j.topicmap.unified that implement ScopedObject
 class UnifiedAssociation
          Wrapper class around an object implementing the Association interface.
 class UnifiedBaseName
           
 class UnifiedOccurrence
           
 class UnifiedScopedObject
           
 

Constructors in org.tm4j.topicmap.unified with parameters of type ScopedObject
UnifiedScopedObject(UnifiedTopicMap tm, ScopedObject base)
           
 

Uses of ScopedObject in org.tm4j.topicmap.utils
 

Methods in org.tm4j.topicmap.utils with parameters of type ScopedObject
protected  void TopicMapCopier.copyScopedObject(ScopedObject src, ScopedObject dest, boolean deep, java.lang.String idPrefix, java.lang.String idSuffix, java.util.HashMap copied)
           
protected  void XTMBuilder.addThemes(ScopedObject sco)