org.eclipse.emf.facet.efacet
Interface QueryContext


Deprecated. use the new eFacet metamodel in org.eclipse.emf.facet.efacet.metamodel. Cf. https://bugs.eclipse.org/bugs/show_bug.cgi?id=373672

@Deprecated
public interface QueryContext

A representation of the model object 'Query Context'. This is a class used to evaluate a query on every given model element.

The following features are supported:

See Also:
EFacetPackage.getQueryContext()
Generated:
Model:

Method Summary
  getSelectedModelElements()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
  getSelectedModels()
          Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel
 

Method Detail

getSelectedModelElements

@Deprecated
 getSelectedModelElements()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns the value of the 'Selected Model Elements' reference list. The list contents are of type org.eclipse.emf.ecore.EObject.

If the meaning of the 'Selected Model Elements' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Selected Model Elements' reference list.
See Also:
EFacetPackage.getQueryContext_SelectedModelElements()
Generated:
Model:

getSelectedModels

@Deprecated
 getSelectedModels()
Deprecated. use the new eFacet2 metamodel in org.eclipse.emf.facet.efacet2.metamodel

Returns the value of the 'Selected Models' attribute list. The list contents are of type org.eclipse.emf.ecore.resource.Resource.

If the meaning of the 'Selected Models' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Selected Models' attribute list.
See Also:
EFacetPackage.getQueryContext_SelectedModels()
Generated:
Model:
transient="true"