org.eclipse.gmt.modisco.infra.query.runtime
Interface ModelQueryContext


public interface ModelQueryContext

A representation of the model object 'Model Query Context'.

The following features are supported:

See Also:
RuntimePackage.getModelQueryContext()
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 Element' 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:
RuntimePackage.getModelQueryContext_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:
RuntimePackage.getModelQueryContext_SelectedModels()
Generated:
Model:
transient="true"