Uses of Class
net.ontopia.topicmaps.query.impl.basic.AbstractInstanceOfPredicate
-
Packages that use AbstractInstanceOfPredicate Package Description net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language. -
-
Uses of AbstractInstanceOfPredicate in net.ontopia.topicmaps.query.impl.basic
Subclasses of AbstractInstanceOfPredicate in net.ontopia.topicmaps.query.impl.basic Modifier and Type Class Description class
DirectInstanceOfPredicate
INTERNAL: Implements the 'direct-instance-of' predicate using the indexes.class
InstanceOfPredicate
INTERNAL: Implements the 'instance-of' predicate using the indexes. -
Uses of AbstractInstanceOfPredicate in net.ontopia.topicmaps.query.impl.rdbms
Subclasses of AbstractInstanceOfPredicate in net.ontopia.topicmaps.query.impl.rdbms Modifier and Type Class Description class
DirectInstanceOfPredicate
INTERNAL: Implements the 'direct-instance-of' predicate.class
InstanceOfPredicate
INTERNAL: Implements the 'instance-of' predicate.
-