Uses of Class
net.ontopia.topicmaps.query.parser.PredicateClause
-
Packages that use PredicateClause Package Description net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language.net.ontopia.topicmaps.query.impl.utils Code shared between query implementations.net.ontopia.topicmaps.query.parser Contains the code that parses tolog queries. -
-
Uses of PredicateClause in net.ontopia.topicmaps.query.impl.basic
Methods in net.ontopia.topicmaps.query.impl.basic that return PredicateClause Modifier and Type Method Description PredicateClauseRulePredicate. translate(List arguments)INTERNAL: Creates a new PredicateClause representing the content of this rule inlined in an environment where the arguments in the args parameter have been passed to the predicate. -
Uses of PredicateClause in net.ontopia.topicmaps.query.impl.utils
Subclasses of PredicateClause in net.ontopia.topicmaps.query.impl.utils Modifier and Type Class Description static classQueryOptimizer.PumpClauseFields in net.ontopia.topicmaps.query.impl.utils declared as PredicateClause Modifier and Type Field Description protected PredicateClauseHierarchyWalkerRulePredicate. wrappedMethods in net.ontopia.topicmaps.query.impl.utils that return PredicateClause Modifier and Type Method Description PredicateClauseQueryOptimizer.AbstractQueryOptimizer. optimize(PredicateClause clause, QueryContext context)PredicateClauseQueryOptimizer.RuleInliner. optimize(PredicateClause clause, QueryContext context)PredicateClauseQueryOptimizerIF. optimize(PredicateClause clause, QueryContext context)Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type PredicateClause Modifier and Type Method Description PredicateClauseQueryOptimizer.AbstractQueryOptimizer. optimize(PredicateClause clause, QueryContext context)PredicateClauseQueryOptimizer.RuleInliner. optimize(PredicateClause clause, QueryContext context)PredicateClauseQueryOptimizerIF. optimize(PredicateClause clause, QueryContext context)Constructors in net.ontopia.topicmaps.query.impl.utils with parameters of type PredicateClause Constructor Description HierarchyWalkerRulePredicate(RulePredicate rule, Variable firstvar, Variable secondvar, Variable midvar, PredicateClause wrapped) -
Uses of PredicateClause in net.ontopia.topicmaps.query.parser
Methods in net.ontopia.topicmaps.query.parser that return PredicateClause Modifier and Type Method Description PredicateClausePredicateClause. getReplacement()INTERNAL: Returns an equivalent, but more efficient, clause, if such a clause is possible; if not returns itself.
-