org.objectweb.medor.eval.api

Interface ConnectionResources

Known Implementing Classes:
MedorConnectionResources

public interface ConnectionResources

This interface represents ressources required by a Medor Query in order to be evaluated. After evaluating a query, we must passes all ressources to the Evaluator.

Method Summary

Object
getConnection(QueryLeaf ql)
QueryLeaf[]
getRequiredQueryLeafConnection()
void
setConnection(QueryLeaf ql, Object connection)

Method Details

getConnection

public Object getConnection(QueryLeaf ql)


getRequiredQueryLeafConnection

public QueryLeaf[] getRequiredQueryLeafConnection()


setConnection

public void setConnection(QueryLeaf ql,
                          Object connection)
            throws EvaluationException