Uses of Class
net.ontopia.topicmaps.query.parser.AbstractClause
-
Packages that use AbstractClause 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 AbstractClause in net.ontopia.topicmaps.query.impl.basic
Methods in net.ontopia.topicmaps.query.impl.basic with parameters of type AbstractClause Modifier and Type Method Description static 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.utils Modifier and Type Class Description static classQueryOptimizer.PumpClauseMethods in net.ontopia.topicmaps.query.impl.utils with parameters of type AbstractClause Modifier and Type Method Description abstract 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.parser Modifier and Type Class Description classNotClauseINTERNAL: Used to represent not clauses in tolog queries.classOrClauseINTERNAL: Used to represent or clauses in tolog queries.classPredicateClauseINTERNAL: Used to represent clauses in tolog queries.
-