org.tm4j.topicmap.index.basic .ThemesIndex

Description

An index of all themes used to scope characteristics in a topic map.

Field Summary
SCOPE_MATCH_ALL
SCOPE_MATCH_ANY
SCOPE_MATCH_EXACT
Method Summary
java.util.Collection getScopedObjects(org.tm4j.topicmap.Topic theme)
Returns a Collection of all scoped objects in the topic map where theme or a topic merged with theme is one theme in the scope of the object.
java.util.Collection getScopedObjects(org.tm4j.topicmap.Topic theme,boolean includeMergedTopics)
Returns a Collection of all scoped objects in the topic map where theme is one theme in the scope of the object.
java.util.Collection getScopedObjects(org.tm4j.topicmap.Topic[] themes,int scopeMatch)
Returns a Collection of all scoped objects in the topic map where themes matches the themes in the scope of the object.
java.util.Collection getThemes()
Returns a Collection of all topics used as themes in the topic map.