Uses of Interface
org.tm4j.topicmap.VariantContainer

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

Subinterfaces of VariantContainer in org.tm4j.topicmap
 interface BaseName
          This interface describes a base name associated with a topic.
 interface Variant
          This interface is used to define an alternate naming scheme for a topic.
 

Methods in org.tm4j.topicmap that return VariantContainer
 VariantContainer Variant.getParent()
          Returns the object containing this variant.
 

Methods in org.tm4j.topicmap with parameters of type VariantContainer
 Variant TopicMapFactoryBase.copy(Variant src, VariantContainer destParent)
           
 Variant TopicMapFactoryBase.copy(Variant src, VariantContainer destParent, boolean deep)
           
 Variant TopicMapFactoryBase.copy(Variant src, VariantContainer destParent, boolean deep, java.lang.String idPrefix, java.lang.String idSuffix)
           
 Variant TopicMapFactory.copy(Variant src, VariantContainer destContainer)
           
 Variant TopicMapFactory.copy(Variant src, VariantContainer destContainer, boolean deep)
          Creates a copy of src A deep copy of src returns a Variant in which the child VariantName and Variant objects are deep copied.
 

Uses of VariantContainer in org.tm4j.topicmap.unified
 

Classes in org.tm4j.topicmap.unified that implement VariantContainer
 class UnifiedBaseName
           
 class UnifiedVariant
           
 

Methods in org.tm4j.topicmap.unified that return VariantContainer
 VariantContainer UnifiedVariant.getParent()
           
 

Methods in org.tm4j.topicmap.unified with parameters of type VariantContainer
 void UnifiedVariant.setParent(VariantContainer vc)
           
 

Uses of VariantContainer in org.tm4j.topicmap.utils
 

Methods in org.tm4j.topicmap.utils with parameters of type VariantContainer
protected  Variant TopicMapCopier.copy(Variant src, VariantContainer destParent, boolean deep, java.lang.String idPrefix, java.lang.String idSuffix, java.util.HashMap copied)