org.tm4j.topicmap.index.basic.TopicTypesIndex .getTopicsOfTypes(org.tm4j.topicmap.Topic[] types,boolean includeMergedTopics)

Description

Returns the topics which are typed by all of the topics in types. If includeMergedTopics is true, then the returned collection includes those topics which are typed by each of the topics in types or a topic merged with them.

Parameters
boolean includeMergedTopics if true, then topics merged with the topics in types are allowed in the types of the returned topics.
org.tm4j.topicmap.Topic types The topics which define the type all of the topics returned. the types to be queried

Returns

an unmodifiable collection of Topic instances.

Other Resources

Related Topics