org.tm4j.topicmap.index.basic .AssociationTypesIndex

Description

This interface provides mechanisms dealing with association types, the topics defining the types of associations.

Method Summary
java.util.Collection getAssociationTypes()
Returns the topics which define the type of one or more associations in the topic map.
java.util.Collection getAssociationsOfType(org.tm4j.topicmap.Topic type)
Returns the associations which are typed by type.
java.util.Collection getAssociationsOfType(org.tm4j.topicmap.Topic type,boolean includeMergedTopics)
Returns the associations typed by type and, if includeMergedTopics is true, the associations typed by any topics that are merged with type.