org.tm4j.topicmap.index.basic.OccurrenceTypesIndex .getOccurrencesOfType(org.tm4j.topicmap.Topic type,boolean includeMergedTopics)

Description

Returns the occurrences which are typed by type. If includeMergedTopics is true then the returned collection also includes all Occurrences which are typed by topics merged with type.

Parameters
boolean includeMergedTopics
org.tm4j.topicmap.Topic type The topic which types all of the occurremces returned. the type to query for

Returns

an unmodifiable Collection of Occurrence instances.

Other Resources

Related Topics