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

Description

Returns the topics which are typed by all of the topics in types. A topic is considered to be typed by a topic in types if its types property contains that topic or a topic merged with it.

Parameters
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 containing those {@link Topic}s for which all of the topics contained in types are one of the types.

Other Resources

Related Topics

Has Parameters