org.tm4j.topicmap.index.basic .VariantDataIndex

Description

Interface that provides an index of Variant instances by the data property of their child VariantName instance. For more advanced text indexing of variant names, use org.tm4j.topicmap.index.text.FullTextIndex

Method Summary
java.util.Collection getVariantsByData(java.lang.String data)
Returns the Variant instances in the indexed TopicMap where the data property value of the child VariantName object matches data.