Uses of Class
net.ontopia.topicmaps.query.impl.utils.CostEstimator
-
Packages that use CostEstimator Package Description net.ontopia.topicmaps.query.impl.utils Code shared between query implementations. -
-
Uses of CostEstimator in net.ontopia.topicmaps.query.impl.utils
Subclasses of CostEstimator in net.ontopia.topicmaps.query.impl.utils Modifier and Type Class Description class
PredicateDrivenCostEstimator
class
SimpleCostEstimator
Methods in net.ontopia.topicmaps.query.impl.utils with parameters of type CostEstimator Modifier and Type Method Description static List
QueryOptimizer. reorder(List qclauses, Set boundvars, Set literalvars, String rulename, CostEstimator estimator)
INTERNAL: Optimizes the order of the query clauses in a context where the given variables are bound.
-