org.tm4j.topicmap.index.basic .OccurrenceTypesIndex

Description

This interface provides mechanisms dealing with member types, the topics defining the types of occurrences.

Method Summary
java.util.Collection getOccurrenceTypes()
Returns the topics which define the type of one or more occurrences in the topic map.
java.util.Collection getOccurrencesOfType(org.tm4j.topicmap.Topic type)
Returns the occurrences which are typed by type and any topics merged with type.
java.util.Collection getOccurrencesOfType(org.tm4j.topicmap.Topic type,boolean includeMergedTopics)
Returns the occurrences which are typed by type.