Uses of Class
net.ontopia.topicmaps.query.impl.basic.AbstractQueryProcessor
-
Packages that use AbstractQueryProcessor 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 AbstractQueryProcessor in net.ontopia.topicmaps.query.impl.basic
Subclasses of AbstractQueryProcessor in net.ontopia.topicmaps.query.impl.basic Modifier and Type Class Description class
QueryProcessor
INTERNAL: This query processor implementation can be used to query any topic map implementation; it makes no assumptions about the stored form of the topic map.class
RulePredicate
INTERNAL: Implements rule predicates. -
Uses of AbstractQueryProcessor in net.ontopia.topicmaps.query.impl.rdbms
Subclasses of AbstractQueryProcessor in net.ontopia.topicmaps.query.impl.rdbms Modifier and Type Class Description class
RulePredicate
INTERNAL: Implements rule predicates.
-