org.tm4j.topicmap.index.basic.TopicTypesIndex .getTopicsOfType(org.tm4j.topicmap.Topic type,boolean includeMergedTopics)

Description

Returns the topics which are typed by type. If includeMergedTopics is true then the returned collection includes those topics that are typed by a topic merged with type.

Parameters
boolean includeMergedTopics if true, the topics typed by a topic merged with type will also be returned.
org.tm4j.topicmap.Topic type The topic which types all of the topics returned. the typing topic for the query

Returns

an unmodifiable collection of Topic instances.

Other Resources

Related Topics