Package net.ontopia.topicmaps.impl.utils
Class BasicIndex
java.lang.Object
net.ontopia.topicmaps.impl.utils.AbstractIndex
net.ontopia.topicmaps.impl.utils.BasicIndex
- All Implemented Interfaces:
IndexIF,EventListenerIF
- Direct Known Subclasses:
ClassInstanceIndex,FulltextIndexManager,IdentifierIndex,NameIndex,OccurrenceIndex,ScopeIndex,StatisticsIndex
INTERNAL: An abstract dynamic index superclass.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassprotected class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
handlers
-
-
Constructor Details
-
BasicIndex
public BasicIndex()
-
-
Method Details
-
getIndex
Description copied from class:AbstractIndexINTERNAL: Method used by IndexManagerIF to manage index creation. The idea behind this method is for the index itself to decide whether to create a new instance every time or the same one.- Specified by:
getIndexin classAbstractIndex- Returns:
- Index instance.
-
processEvent
Description copied from interface:EventListenerIFINTERNAL: A method that receives notification when an event has been triggered.- Specified by:
processEventin interfaceEventListenerIF
-