Uses of Class
net.ontopia.topicmaps.query.impl.basic.RulePredicate
-
Packages that use RulePredicate Package Description net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language.net.ontopia.topicmaps.query.impl.utils Code shared between query implementations. -
-
Uses of RulePredicate in net.ontopia.topicmaps.query.impl.rdbms
Subclasses of RulePredicate in net.ontopia.topicmaps.query.impl.rdbms Modifier and Type Class Description class
RulePredicate
INTERNAL: Implements rule predicates. -
Uses of RulePredicate in net.ontopia.topicmaps.query.impl.utils
Fields in net.ontopia.topicmaps.query.impl.utils declared as RulePredicate Modifier and Type Field Description protected RulePredicate
HierarchyWalkerRulePredicate. rule
Constructors in net.ontopia.topicmaps.query.impl.utils with parameters of type RulePredicate Constructor Description HierarchyWalkerRulePredicate(RulePredicate rule, Variable firstvar, Variable secondvar, Variable midvar, PredicateClause wrapped)
-