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

Description

Returns the occurrences which are typed by type and any topics merged with type.

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

Returns

An unmodifiable Collection containing those {@link org.tm4j.topicmap.Occurrence}s for which type or a topic merged with type defines the occurrence type.

Other Resources

Related Topics

Has Parameters