org.tm4j.topicmap.index.basic .TopicTypesIndex

Description

This interface provides mechanisms dealing with topic types, the topics defining the types of other topics.

Method Summary
java.util.Collection getTopicTypes()
Returns the topics which type other topics.
java.util.Collection getTopicsOfType(org.tm4j.topicmap.Topic type)
Returns the topics which are typed by type or by a topic merged with type.
java.util.Collection getTopicsOfType(org.tm4j.topicmap.Topic type,boolean includeMergedTopics)
Returns the topics which are typed by type.
java.util.Collection getTopicsOfTypes(org.tm4j.topicmap.Topic[] types)
Returns the topics which are typed by all of the topics in types.
java.util.Collection getTopicsOfTypes(org.tm4j.topicmap.Topic[] types,boolean includeMergedTopics)
Returns the topics which are typed by all of the topics in types.