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

Description

Returns the topics which are typed by type or by a topic merged with type.

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

Returns

An unmodifiable Collection containing those {@link Topic}s for which type is one of the types.

Other Resources

Related Topics

Has Parameters