|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractClause | |
---|---|
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 | |
---|---|
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 | |
---|---|
static class |
QueryOptimizer.PumpClause
|
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type AbstractClause | |
---|---|
int |
SimpleCostEstimator.computeCost(java.util.Set context,
AbstractClause clause,
java.util.Set literalvars,
java.lang.String rulename)
INTERNAL: Computes the cost of evaluating the given clause in the given context of variable bindings. |
int |
PredicateDrivenCostEstimator.computeCost(java.util.Set context,
AbstractClause clause,
java.util.Set literalvars,
java.lang.String rulename)
INTERNAL: Computes the cost of evaluating the given clause in the given context of variable bindings. |
abstract int |
CostEstimator.computeCost(java.util.Set context,
AbstractClause clause,
java.util.Set literalvars,
java.lang.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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |