Package net.ontopia.topicmaps.core.index
Interface IndexIF
- All Known Subinterfaces:
ClassInstanceIndexIF,IdentifierIndexIF,MStatisticsIndex,NameIndexIF,OccurrenceIndexIF,ScopeIndexIF,SearcherIF,StatisticsIndexIF
- All Known Implementing Classes:
AbstractIndex,BasicIndex,ClassInstanceIndex,ClassInstanceIndex,FulltextIndexManager,IdentifierIndex,IdentifierIndex,NameIndex,NameIndex,OccurrenceIndex,OccurrenceIndex,QueryProcessor,RDBMSIndex,RDBMSSearcher,ScopeIndex,ScopeIndex,StatisticsIndex,StatisticsIndex,TNCIndex
public interface IndexIF
PUBLIC: A marker interface for all indexes. Indexes are helper
objects that can be used to find information quickly about a topic
map that would otherwise require a topic map traversal to find.