Uses of Interface
net.ontopia.topicmaps.core.index.ScopeIndexIF
-
Packages that use ScopeIndexIF 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.impl.tmapi2.index net.ontopia.topicmaps.nav.context Contains the classes that implement the user context filter in the Navigator Framework.net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.viz -
-
Uses of ScopeIndexIF in net.ontopia.topicmaps.impl.basic.index
Classes in net.ontopia.topicmaps.impl.basic.index that implement ScopeIndexIF Modifier and Type Class Description classScopeIndexINTERNAL: The basic dynamic scope index implementation. -
Uses of ScopeIndexIF in net.ontopia.topicmaps.impl.rdbms.index
Classes in net.ontopia.topicmaps.impl.rdbms.index that implement ScopeIndexIF Modifier and Type Class Description classScopeIndexINTERNAL: The rdbms scope index implementation. -
Uses of ScopeIndexIF in net.ontopia.topicmaps.impl.tmapi2.index
Methods in net.ontopia.topicmaps.impl.tmapi2.index that return ScopeIndexIF Modifier and Type Method Description ScopeIndexIFScopedIndexImpl. getWrapped() -
Uses of ScopeIndexIF in net.ontopia.topicmaps.nav.context
Fields in net.ontopia.topicmaps.nav.context declared as ScopeIndexIF Modifier and Type Field Description protected ScopeIndexIFBasenameUserThemeFilter. scopeIndex -
Uses of ScopeIndexIF in net.ontopia.topicmaps.query.impl.basic
Fields in net.ontopia.topicmaps.query.impl.basic declared as ScopeIndexIF Modifier and Type Field Description protected ScopeIndexIFScopePredicate. index -
Uses of ScopeIndexIF in net.ontopia.topicmaps.viz
Fields in net.ontopia.topicmaps.viz declared as ScopeIndexIF Modifier and Type Field Description protected ScopeIndexIFBasenameUserThemeFilter. scopeIndex
-