Parameter scopeMatch of org.tm4j.topicmap.index.basic.ThemesIndex.getScopedObjects

Parameter scopeMatch of org.tm4j.topicmap.index.basic.ThemesIndex.getScopedObjects

Description

specifes he type of matching done is controlled by the scopeMatch parameter. The allowed values are specified as constants on this interface:

SCOPE_MATCH_ALL
Returns a match if all of the topics in themes are also in the scope of the scoped object.
SCOPE_MATCH_ANY
Returns a match if any of the topics in themes are in the scope of the scoped object.
SCOPE_MATCH_EXACT
Returns a match only if the topics in themes are exactly those in the scope of the scoped object.

Meta Data (2)
Comment : specifes he type of matching done is controlled by the scopeMatch parameter. The allowed values are specified as constants on this interface:
SCOPE_MATCH_ALL
Returns a match if all of the topics in themes are also in the scope of the scoped object.
SCOPE_MATCH_ANY
Returns a match if any of the topics in themes are in the scope of the scoped object.
SCOPE_MATCH_EXACT
Returns a match only if the topics in themes are exactly those in the scope of the scoped object.
Text : specifes he type of matching done is controlled by the scopeMatch parameter. The allowed values are specified as constants on this interface:
SCOPE_MATCH_ALL
Returns a match if all of the topics in themes are also in the scope of the scoped object.
SCOPE_MATCH_ANY
Returns a match if any of the topics in themes are in the scope of the scoped object.
SCOPE_MATCH_EXACT
Returns a match only if the topics in themes are exactly those in the scope of the scoped object.