Package | Description |
---|---|
org.eclipse.emf.facet.efacet.core.query |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IQueryImplementation |
IQueryImplementationFactory.create(Query query,
Bundle queryBundle,
IDerivedTypedElementManager manager)
Create a query implementation for the given query.
|