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

Packages that use org.objectweb.medor.eval.api
org.objectweb.medor.datasource.api   
org.objectweb.medor.datasource.lib   
org.objectweb.medor.datasource.rdb.lib   
org.objectweb.medor.eval.api   
org.objectweb.medor.eval.lib   
 

Classes in org.objectweb.medor.eval.api used by org.objectweb.medor.datasource.api
EvaluationMetaData
          This interface is used for QueryTrees at evaluation time.
 

Classes in org.objectweb.medor.eval.api used by org.objectweb.medor.datasource.lib
EvaluationMetaData
          This interface is used for QueryTrees at evaluation time.
 

Classes in org.objectweb.medor.eval.api used by org.objectweb.medor.datasource.rdb.lib
EvaluationMetaData
          This interface is used for QueryTrees at evaluation time.
 

Classes in org.objectweb.medor.eval.api used by org.objectweb.medor.eval.api
ConnectionResources
          This interface represents ressources required by a Medor Query in order to be evaluated.
EvaluationMetaData
          This interface is used for QueryTrees at evaluation time.
NodeEvaluator
          This interface defines the controller object for the evaluation of a given QueryNode within a QueryTree.
 

Classes in org.objectweb.medor.eval.api used by org.objectweb.medor.eval.lib
BinaryEvaluatedTC
          This interface represent a result of a Medor Query.
ConnectionResources
          This interface represents ressources required by a Medor Query in order to be evaluated.
EvaluationMetaData
          This interface is used for QueryTrees at evaluation time.
NodeEvaluator
          This interface defines the controller object for the evaluation of a given QueryNode within a QueryTree.
NodeEvaluatorFactory
          This interface creates the controller object for the evaluation of a given QueryNode within a QueryTree.
QueryEvaluator
          This interface represents the MEDOR evaluator.