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 classOccurrenceIndexINTERNAL: 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 classOccurrenceIndexINTERNAL: 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 OccurrenceIndexIFDynamicOccurrencePredicate. occindexprotected OccurrenceIndexIFValuePredicate. occindexprotected OccurrenceIndexIFResourcePredicate. oindex
-