Uses of Interface
org.objectweb.medor.optim.api.RuleConfiguration

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

Uses of RuleConfiguration in org.objectweb.medor.optim.api
 

Methods in org.objectweb.medor.optim.api with parameters of type RuleConfiguration
 void QueryRewriter.setRuleConfiguration(RuleConfiguration config)
          This method configures the QueryRewriter using a RuleConfiguration.
 

Uses of RuleConfiguration in org.objectweb.medor.optim.lib
 

Classes in org.objectweb.medor.optim.lib that implement RuleConfiguration
 class BasicQueryRewriter
          This class implements the QueryRewriter interface AND also the RuleConfiguration interface (the aim is to optimize the number of object).
 

Methods in org.objectweb.medor.optim.lib with parameters of type RuleConfiguration
 void BasicQueryRewriter.setRuleConfiguration(RuleConfiguration config)