Package net.ontopia.topicmaps.core.index
Interface IndexIF
- All Known Subinterfaces:
ClassInstanceIndexIF,IdentifierIndexIF,MStatisticsIndex,NameIndexIF,OccurrenceIndexIF,ScopeIndexIF,SearcherIF,StatisticsIndexIF,TopicIndexIF
- All Known Implementing Classes:
AbstractIndex,BasicIndex,ClassInstanceIndex,ClassInstanceIndex,FederatedTopicIndex,FulltextIndexManager,IdentifierIndex,IdentifierIndex,NameIndex,NameIndex,OccurrenceIndex,OccurrenceIndex,QueryProcessor,RDBMSIndex,RDBMSSearcher,RegistryTopicIndex,RemoteTopicIndex,ScopeIndex,ScopeIndex,StatisticsIndex,StatisticsIndex,TNCIndex,TopicMapTopicIndex
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.