Uses of Interface
org.tmapi.core.Association

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

Methods in org.tmapi.core that return Association
 Association TopicMap.createAssociation(Topic type, java.util.Collection<Topic> scope)
          Creates an Association in this topic map with the specified type and scope.
 Association TopicMap.createAssociation(Topic type, Topic... scope)
          Creates an Association in this topic map with the specified type and scope.
 Association Role.getParent()
          Returns the Association to which this role belongs.
 

Methods in org.tmapi.core that return types with arguments of type Association
 java.util.Set<Association> TopicMap.getAssociations()
          Returns all Associations contained in this topic map.
 

Uses of Association in org.tmapi.index
 

Methods in org.tmapi.index that return types with arguments of type Association
 java.util.Collection<Association> TypeInstanceIndex.getAssociations(Topic type)
          Returns the associations in the topic map whose type property equals type.
 java.util.Collection<Association> ScopedIndex.getAssociations(Topic theme)
          Returns the Associations in the topic map whose scope property contains the specified theme.
 java.util.Collection<Association> ScopedIndex.getAssociations(Topic[] themes, boolean matchAll)
          Returns the Associations in the topic map whose scope property equals one of those themes at least.