Uses of Class
net.ontopia.topicmaps.query.parser.PredicateClause
Packages that use PredicateClause
Package
Description
Contains the in-memory implementation of the query language.
Code shared between query implementations.
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 PredicateClauseModifier and TypeMethodDescriptionINTERNAL: 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.utilsFields in net.ontopia.topicmaps.query.impl.utils declared as PredicateClauseMethods in net.ontopia.topicmaps.query.impl.utils that return PredicateClauseModifier and TypeMethodDescriptionQueryOptimizer.AbstractQueryOptimizer.optimize(PredicateClause clause, QueryContext context) QueryOptimizer.RuleInliner.optimize(PredicateClause clause, QueryContext context) QueryOptimizerIF.optimize(PredicateClause clause, QueryContext context) Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type PredicateClauseModifier and TypeMethodDescriptionQueryOptimizer.AbstractQueryOptimizer.optimize(PredicateClause clause, QueryContext context) QueryOptimizer.RuleInliner.optimize(PredicateClause clause, QueryContext context) QueryOptimizerIF.optimize(PredicateClause clause, QueryContext context) Constructors in net.ontopia.topicmaps.query.impl.utils with parameters of type PredicateClauseModifierConstructorDescriptionHierarchyWalkerRulePredicate(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 PredicateClauseModifier and TypeMethodDescriptionPredicateClause.getReplacement()INTERNAL: Returns an equivalent, but more efficient, clause, if such a clause is possible; if not returns itself.