Uses of Interface
net.ontopia.topicmaps.core.index.NameIndexIF
-
Packages that use NameIndexIF 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 NameIndexIF in net.ontopia.topicmaps.impl.basic.index
Classes in net.ontopia.topicmaps.impl.basic.index that implement NameIndexIF Modifier and Type Class Description class
NameIndex
INTERNAL: The basic dynamic name index implementation.Fields in net.ontopia.topicmaps.impl.basic.index declared as NameIndexIF Modifier and Type Field Description protected NameIndexIF
TNCIndex. nameix
Constructors in net.ontopia.topicmaps.impl.basic.index with parameters of type NameIndexIF Constructor Description TNCIndex(NameIndexIF nameix)
-
Uses of NameIndexIF in net.ontopia.topicmaps.impl.rdbms.index
Classes in net.ontopia.topicmaps.impl.rdbms.index that implement NameIndexIF Modifier and Type Class Description class
NameIndex
INTERNAL: The rdbms name index implementation. -
Uses of NameIndexIF in net.ontopia.topicmaps.query.impl.basic
Fields in net.ontopia.topicmaps.query.impl.basic declared as NameIndexIF Modifier and Type Field Description protected NameIndexIF
ValuePredicate. nameindex
protected NameIndexIF
ResourcePredicate. nindex
-