Uses of Class
net.ontopia.topicmaps.impl.utils.BasicIndex
-
Packages that use BasicIndex Package Description net.ontopia.topicmaps.impl.basic.index Index classes for use with the basic implementation.net.ontopia.topicmaps.impl.utils INTERNAL: Classes that are used by many implementations. -
-
Uses of BasicIndex in net.ontopia.topicmaps.impl.basic.index
Subclasses of BasicIndex in net.ontopia.topicmaps.impl.basic.index Modifier and Type Class Description class
ClassInstanceIndex
INTERNAL: The basic dynamic class instance index implementation.class
IdentifierIndex
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.class
StatisticsIndex
INTERNAL: The basic implementation of the statistics index. -
Uses of BasicIndex in net.ontopia.topicmaps.impl.utils
Subclasses of BasicIndex in net.ontopia.topicmaps.impl.utils Modifier and Type Class Description class
FulltextIndexManager
INTERNAL: The indexer manager will keep track of base names, variants and occurrences that are changed in the topic map.
-