org.tm4j.topicmap.index.basic.OccurrenceDataIndex .getOccurrencesByData(java.lang.String data)

Description

Returns all Occurrence instances in the indexed TopicMap where the value of the data property matches data.

Parameters
java.lang.String data the index value to lookup.

Returns

an unmodifiable Collection of Occurrence instances.

Other Resources

Related Topics

Has Parameters