Uses of Interface
org.eclipse.emf.facet.efacet.core.query.IQueryImplementation

Packages that use IQueryImplementation
org.eclipse.emf.facet.efacet.core.query   
 

Uses of IQueryImplementation in org.eclipse.emf.facet.efacet.core.query
 

Subinterfaces of IQueryImplementation in org.eclipse.emf.facet.efacet.core.query
 interface IQueryCollectionImplementation
          This interface can be implemented by EMF Facet query implementations that want to handle multiple evaluation themselves, presumably to improve the performance of the evaluation.
 

Methods in org.eclipse.emf.facet.efacet.core.query that return IQueryImplementation
 IQueryImplementation IQueryImplementationFactory.create(Query query, Bundle queryBundle, IDerivedTypedElementManager manager)
          Create a query implementation for the given query.