Uses of Interface
org.tmapi.core.Name

Packages that use Name
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 Name in org.tmapi.core
 

Methods in org.tmapi.core that return Name
 Name Topic.createName(java.lang.String value, java.util.Collection<Topic> scope)
          Creates a Name for this topic with the specified value, and scope.
 Name Topic.createName(java.lang.String value, Topic... scope)
          Creates a Name for this topic with the specified value, and scope.
 Name Topic.createName(Topic type, java.lang.String value, java.util.Collection<Topic> scope)
          Creates a Name for this topic with the specified type, value, and scope.
 Name Topic.createName(Topic type, java.lang.String value, Topic... scope)
          Creates a Name for this topic with the specified type, value, and scope.
 Name Variant.getParent()
          Returns the Name to which this variant belongs.
 

Methods in org.tmapi.core that return types with arguments of type Name
 java.util.Set<Name> Topic.getNames()
          Returns the names of this topic.
 java.util.Set<Name> Topic.getNames(Topic type)
          Returns the Names of this topic where the name type is type.
 

Uses of Name in org.tmapi.index
 

Methods in org.tmapi.index that return types with arguments of type Name
 java.util.Collection<Name> LiteralIndex.getNames(java.lang.String value)
          Retrieves the topic names in the topic map which have a value equal to value.
 java.util.Collection<Name> TypeInstanceIndex.getNames(Topic type)
          Returns the topic names in the topic map whose type property equals type.
 java.util.Collection<Name> ScopedIndex.getNames(Topic theme)
          Returns the Names in the topic map whose scope property contains the specified theme.
 java.util.Collection<Name> ScopedIndex.getNames(Topic[] themes, boolean matchAll)
          Returns the Names in the topic map whose scope property equals one of those themes at least.