Package org.eclipse.emf.facet.efacet.core.query

Interface Summary
IDerivedTypedElementCollectionImplementation Deprecated. replaced by IQueryCollectionImplementation.
IDerivedTypedElementImplementation Deprecated. replaced by IQueryImplementation.
IDerivedTypedElementImplementationFactory Deprecated. replaced by IQueryImplementationFactory.
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.
IQueryEvaluator Deprecated. use IQueryImplementation with the new eFacet2 metamodel (https://bugs.eclipse.org/bugs/show_bug.cgi?id=381227)
IQueryEvaluatorFactory Deprecated. use IQueryImplementationFactory with the new eFacet2 metamodel (https://bugs.eclipse.org/bugs/show_bug.cgi?id=381229)
IQueryImplementation Interface implemented by all EMF Facet query evaluators.
IQueryImplementationFactory This factory allows clients to create a IQueryImplementation for queries corresponding to this type of factory.
IQueryUtils Deprecated. This class manipulated the old facet metamodel.