Uses of Package
org.objectweb.medor.optim.api

Packages that use org.objectweb.medor.optim.api
org.objectweb.medor.optim.api   
org.objectweb.medor.optim.lib   
org.objectweb.medor.optim.rdb   
 

Classes in org.objectweb.medor.optim.api used by org.objectweb.medor.optim.api
LeafRewriter
          A LeafRewriter is able to rewrite some types of QueryLeaf implementation.
QueryTransformer
          This interface represents objects that manipulate query trees, such as a logical query rewriter, a query optimizer for choosing the right join algorithm, etc, and an executable query plan generator.
RewriteRule
          This interface describes a rule used by the QueryTransformer.
RuleConfiguration
          This interface describes the configuration of a set of rules used by the QueryRewriter.
 

Classes in org.objectweb.medor.optim.api used by org.objectweb.medor.optim.lib
ExecPlanGenerator
          This interface represents the generator of a QueryTree which is evaluable by the QueryEvaluator.
QueryRewriter
          This interface represents what is also called a logical query optimizer.
QueryTransformer
          This interface represents objects that manipulate query trees, such as a logical query rewriter, a query optimizer for choosing the right join algorithm, etc, and an executable query plan generator.
RewriteRule
          This interface describes a rule used by the QueryTransformer.
RuleConfiguration
          This interface describes the configuration of a set of rules used by the QueryRewriter.
 

Classes in org.objectweb.medor.optim.api used by org.objectweb.medor.optim.rdb
RewriteRule
          This interface describes a rule used by the QueryTransformer.