Uses of Interface
net.ontopia.topicmaps.core.index.OccurrenceIndexIF
-
Packages that use OccurrenceIndexIF Package Description 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.query.impl.basic Contains the in-memory implementation of the query language. -
-
Uses of OccurrenceIndexIF in net.ontopia.topicmaps.impl.basic.index
Classes in net.ontopia.topicmaps.impl.basic.index that implement OccurrenceIndexIF Modifier and Type Class Description class
OccurrenceIndex
INTERNAL: The basic dynamic locator index implementation. -
Uses of OccurrenceIndexIF in net.ontopia.topicmaps.impl.rdbms.index
Classes in net.ontopia.topicmaps.impl.rdbms.index that implement OccurrenceIndexIF Modifier and Type Class Description class
OccurrenceIndex
INTERNAL: The rdbms occurrence index implementation. -
Uses of OccurrenceIndexIF in net.ontopia.topicmaps.query.impl.basic
Fields in net.ontopia.topicmaps.query.impl.basic declared as OccurrenceIndexIF Modifier and Type Field Description protected OccurrenceIndexIF
DynamicOccurrencePredicate. occindex
protected OccurrenceIndexIF
ValuePredicate. occindex
protected OccurrenceIndexIF
ResourcePredicate. oindex
-