org.eclipse.emf.facet.efacet.core.query
Interface IQueryEvaluatorFactory


Deprecated. use IQueryImplementationFactory with the new eFacet2 metamodel

@Deprecated
public interface IQueryEvaluatorFactory

This factory allows the user to create a IQueryEvaluator conforming to the EMF Facet framework.


Method Summary
 IQueryEvaluator create(Query query, Bundle bundle)
          Deprecated. Create a query evaluator.
 EClass getManagedQueryType()
          Deprecated. Return the type of query this evaluator can evaluate.
 

Method Detail

create

IQueryEvaluator create(Query query,
                       Bundle bundle)
                       throws QueryException
Deprecated. 
Create a query evaluator.

Throws:
QueryException

getManagedQueryType

EClass getManagedQueryType()
Deprecated. 
Return the type of query this evaluator can evaluate.

Returns:
the type of query this evaluator can evaluate.