Uses of Class
net.ontopia.topicmaps.query.parser.AbstractClause
Packages that use AbstractClause
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 AbstractClause in net.ontopia.topicmaps.query.impl.basic
Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type AbstractClauseModifier and TypeMethodDescriptionstatic voidQueryTracer.enter(BasicPredicateIF predicate, AbstractClause clause, QueryMatches input) voidQueryTracer.TracePrinter.enter(BasicPredicateIF predicate, AbstractClause clause, QueryMatches input) -
Uses of AbstractClause in net.ontopia.topicmaps.query.impl.utils
Subclasses of AbstractClause in net.ontopia.topicmaps.query.impl.utilsMethods in net.ontopia.topicmaps.query.impl.utils with parameters of type AbstractClauseModifier and TypeMethodDescriptionabstract intCostEstimator.computeCost(Set context, AbstractClause clause, Set literalvars, String rulename) INTERNAL: Computes the cost of evaluating the given clause in the given context of variable bindings.intPredicateDrivenCostEstimator.computeCost(Set context, AbstractClause clause, Set literalvars, String rulename) INTERNAL: Computes the cost of evaluating the given clause in the given context of variable bindings.intSimpleCostEstimator.computeCost(Set context, AbstractClause clause, Set literalvars, String rulename) INTERNAL: Computes the cost of evaluating the given clause in the given context of variable bindings.voidQueryTraceListenerIF.enter(BasicPredicateIF predicate, AbstractClause clause, QueryMatches input) -
Uses of AbstractClause in net.ontopia.topicmaps.query.parser
Subclasses of AbstractClause in net.ontopia.topicmaps.query.parserModifier and TypeClassDescriptionclassINTERNAL: Used to represent not clauses in tolog queries.classINTERNAL: Used to represent or clauses in tolog queries.classINTERNAL: Used to represent clauses in tolog queries.