Uses of Interface
org.tmapi.core.Variant

Packages that use Variant
org.tmapi.core Core interfaces which provide the functionality of the Topic Maps - Data Model
org.tmapi.index Index interfaces which provide lookup of Topic Maps Constructs. 
 

Uses of Variant in org.tmapi.core
 

Methods in org.tmapi.core that return Variant
 Variant Name.createVariant(Locator value, java.util.Collection<Topic> scope)
          Creates a Variant of this topic name with the specified IRI value and scope.
 Variant Name.createVariant(Locator value, Topic... scope)
          Creates a Variant of this topic name with the specified IRI value and scope.
 Variant Name.createVariant(java.lang.String value, java.util.Collection<Topic> scope)
          Creates a Variant of this topic name with the specified string value and scope.
 Variant Name.createVariant(java.lang.String value, Locator datatype, java.util.Collection<Topic> scope)
          Creates a Variant of this topic name with the specified value, datatype, and scope.
 Variant Name.createVariant(java.lang.String value, Locator datatype, Topic... scope)
          Creates a Variant of this topic name with the specified value, datatype, and scope.
 Variant Name.createVariant(java.lang.String value, Topic... scope)
          Creates a Variant of this topic name with the specified string value and scope.
 

Methods in org.tmapi.core that return types with arguments of type Variant
 java.util.Set<Variant> Name.getVariants()
          Returns the Variants defined for this name.
 

Uses of Variant in org.tmapi.index
 

Methods in org.tmapi.index that return types with arguments of type Variant
 java.util.Collection<Variant> LiteralIndex.getVariants(Locator value)
          Returns the Variants in the topic map whose value property matches the IRI represented by value.
 java.util.Collection<Variant> LiteralIndex.getVariants(java.lang.String value)
          Returns the Variants in the topic map whose value property matches value and whose datatype property is xsd:string.
 java.util.Collection<Variant> LiteralIndex.getVariants(java.lang.String value, Locator datatype)
          Returns the Variants in the topic map whose value property matches value and whose datatye is datatype.
 java.util.Collection<Variant> ScopedIndex.getVariants(Topic theme)
          Returns the Variants in the topic map whose scope property contains the specified theme.
 java.util.Collection<Variant> ScopedIndex.getVariants(Topic[] themes, boolean matchAll)
          Returns the Variants in the topic map whose scope property equals one of those themes at least.