Uses of Interface
net.ontopia.topicmaps.core.index.ClassInstanceIndexIF
-
Packages that use ClassInstanceIndexIF 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.nav.context Contains the classes that implement the user context filter in the Navigator Framework.net.ontopia.topicmaps.nav2.taglibs.TMvalue Value-producing tags, which extract information from the topic map and insert it into the execution context.net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.viz -
-
Uses of ClassInstanceIndexIF in net.ontopia.topicmaps.impl.basic.index
Classes in net.ontopia.topicmaps.impl.basic.index that implement ClassInstanceIndexIF Modifier and Type Class Description class
ClassInstanceIndex
INTERNAL: The basic dynamic class instance index implementation. -
Uses of ClassInstanceIndexIF in net.ontopia.topicmaps.impl.rdbms.index
Classes in net.ontopia.topicmaps.impl.rdbms.index that implement ClassInstanceIndexIF Modifier and Type Class Description class
ClassInstanceIndex
INTERNAL: The rdbms class instance index implementation. -
Uses of ClassInstanceIndexIF in net.ontopia.topicmaps.nav.context
Fields in net.ontopia.topicmaps.nav.context declared as ClassInstanceIndexIF Modifier and Type Field Description protected ClassInstanceIndexIF
BasenameUserThemeFilter. instanceIndex
-
Uses of ClassInstanceIndexIF in net.ontopia.topicmaps.nav2.taglibs.TMvalue
Methods in net.ontopia.topicmaps.nav2.taglibs.TMvalue that return ClassInstanceIndexIF Modifier and Type Method Description protected ClassInstanceIndexIF
InstancesTag. getIndex(TopicIF topic)
-
Uses of ClassInstanceIndexIF in net.ontopia.topicmaps.query.impl.basic
Fields in net.ontopia.topicmaps.query.impl.basic declared as ClassInstanceIndexIF Modifier and Type Field Description protected ClassInstanceIndexIF
AbstractInstanceOfPredicate. index
protected ClassInstanceIndexIF
DynamicAssociationPredicate. index
protected ClassInstanceIndexIF
DynamicOccurrencePredicate. index
protected ClassInstanceIndexIF
TypePredicate. index
-
Uses of ClassInstanceIndexIF in net.ontopia.topicmaps.viz
Fields in net.ontopia.topicmaps.viz declared as ClassInstanceIndexIF Modifier and Type Field Description protected ClassInstanceIndexIF
BasenameUserThemeFilter. instanceIndex
-