|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractIndex | |
---|---|
net.ontopia.infoset.fulltext.impl.rdbms | The RDBMS fulltext integration. |
net.ontopia.topicmaps.impl.basic.index | Index classes for use with the basic implementation. |
net.ontopia.topicmaps.impl.rdbms.index | Index classes for use with the rdbms implementation. |
net.ontopia.topicmaps.impl.utils | INTERNAL: Classes that are used by many implementations. |
Uses of AbstractIndex in net.ontopia.infoset.fulltext.impl.rdbms |
---|
Subclasses of AbstractIndex in net.ontopia.infoset.fulltext.impl.rdbms | |
---|---|
class |
RDBMSSearcher
INTERNAL: A generic RDBMS fulltext searcher implementation. |
Uses of AbstractIndex in net.ontopia.topicmaps.impl.basic.index |
---|
Subclasses of AbstractIndex in net.ontopia.topicmaps.impl.basic.index | |
---|---|
class |
ClassInstanceIndex
INTERNAL: The basic dynamic class instance index implementation. |
class |
NameIndex
INTERNAL: The basic dynamic name index implementation. |
class |
OccurrenceIndex
INTERNAL: The basic dynamic locator index implementation. |
class |
ScopeIndex
INTERNAL: The basic dynamic scope index implementation. |
Methods in net.ontopia.topicmaps.impl.basic.index with parameters of type AbstractIndex | |
---|---|
void |
IndexManager.registerIndex(java.lang.String name,
AbstractIndex index)
|
Uses of AbstractIndex in net.ontopia.topicmaps.impl.rdbms.index |
---|
Subclasses of AbstractIndex in net.ontopia.topicmaps.impl.rdbms.index | |
---|---|
class |
RDBMSIndex
INTERNAL: An abstract super class used by the rdbms indexes. |
Methods in net.ontopia.topicmaps.impl.rdbms.index with parameters of type AbstractIndex | |
---|---|
void |
IndexManager.registerIndex(java.lang.String name,
AbstractIndex index)
|
Uses of AbstractIndex in net.ontopia.topicmaps.impl.utils |
---|
Subclasses of AbstractIndex in net.ontopia.topicmaps.impl.utils | |
---|---|
class |
BasicIndex
INTERNAL: An abstract dynamic index superclass. |
class |
FulltextIndexManager
INTERNAL: The indexer manager will keep track of base names, variants and occurrences that are changed in the topic map. |
Methods in net.ontopia.topicmaps.impl.utils with parameters of type AbstractIndex | |
---|---|
abstract void |
AbstractIndexManager.registerIndex(java.lang.String name,
AbstractIndex index)
INTERNAL: Register the specified index with the index manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |