org.eclipse.emf.facet.efacet
Interface QueryContext


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()
          Returns the value of the 'Selected Model Elements' reference list.
  getSelectedModels()
          Returns the value of the 'Selected Models' attribute list.
 

Method Detail

getSelectedModelElements

 getSelectedModelElements()
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

 getSelectedModels()
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"