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 void
QueryTracer. enter(BasicPredicateIF predicate, AbstractClause clause, QueryMatches input)
void
QueryTracer.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 class
QueryOptimizer.PumpClause
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type AbstractClause Modifier and Type Method Description abstract int
CostEstimator. 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.int
PredicateDrivenCostEstimator. 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.int
SimpleCostEstimator. 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.void
QueryTraceListenerIF. 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 class
NotClause
INTERNAL: Used to represent not clauses in tolog queries.class
OrClause
INTERNAL: Used to represent or clauses in tolog queries.class
PredicateClause
INTERNAL: Used to represent clauses in tolog queries.
-