org.tm4j.topicmap.index.basic .BaseNameDataIndex
Description
Interface that provides an index of BaseName instances by their data property. For more advanced text indexing of base names, use org.tm4j.topicmap.index.text.FullTextIndex
Interfaces
| Method Summary | |
|---|---|
| java.util.Collection |
getBaseNamesByData(java.lang.String data)
Returns the BaseName instances in the indexed
TopicMap where the data property value matches
data.
|
Related Topics
Imports
Is Contained By
