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.
|
Modifier and Type | Method and Description |
---|---|
static void |
QueryTracer.enter(BasicPredicateIF predicate,
AbstractClause clause,
QueryMatches input) |
void |
QueryTracer.TracePrinter.enter(BasicPredicateIF predicate,
AbstractClause clause,
QueryMatches input) |
Modifier and Type | Class and Description |
---|---|
static class |
QueryOptimizer.PumpClause |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
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) |
Modifier and Type | Class and 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.
|