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


public interface IQueryEvaluatorFactory

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


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

Method Detail

create

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

Throws:
QueryException

getManagedQueryType

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

Returns:
the type of query this evaluator can evaluate.