Uses of Interface
org.eclipse.gmt.modisco.infra.query.ModelQuery

Packages that use ModelQuery
org.eclipse.gmt.modisco.infra.browser.custom   
org.eclipse.gmt.modisco.infra.facet   
org.eclipse.gmt.modisco.infra.query   
org.eclipse.gmt.modisco.infra.query.core   
org.eclipse.gmt.modisco.infra.query.jxpath   
org.eclipse.gmt.modisco.infra.query.jxpath.query   
org.eclipse.gmt.modisco.infra.query.jxpath.util   
 

Uses of ModelQuery in org.eclipse.gmt.modisco.infra.browser.custom
 

Methods in org.eclipse.gmt.modisco.infra.browser.custom that return ModelQuery
 ModelQuery FeatureValueCase.getCondition()
          Returns the value of the 'Condition' reference.
 ModelQuery DerivedFeatureValue.getValueCalculator()
          Returns the value of the 'Value Calculator' reference.
 

Methods in org.eclipse.gmt.modisco.infra.browser.custom with parameters of type ModelQuery
 void FeatureValueCase.setCondition(ModelQuery value)
          Sets the value of the 'Condition' reference.
 void DerivedFeatureValue.setValueCalculator(ModelQuery value)
          Sets the value of the 'Value Calculator' reference.
 

Uses of ModelQuery in org.eclipse.gmt.modisco.infra.facet
 

Methods in org.eclipse.gmt.modisco.infra.facet that return ModelQuery
 ModelQuery Facet.getConditionQuery()
          Returns the value of the 'Condition Query' reference.
 ModelQuery FacetStructuralFeature.getValueQuery()
          Returns the value of the 'Value Query' reference.
 

Methods in org.eclipse.gmt.modisco.infra.facet with parameters of type ModelQuery
 void Facet.setConditionQuery(ModelQuery value)
          Sets the value of the 'Condition Query' reference.
 void FacetStructuralFeature.setValueQuery(ModelQuery value)
          Sets the value of the 'Value Query' reference.
 

Uses of ModelQuery in org.eclipse.gmt.modisco.infra.query
 

Subinterfaces of ModelQuery in org.eclipse.gmt.modisco.infra.query
 interface JavaModelQuery
          A representation of the model object 'Java Model Query'.
 interface OCLModelQuery
          A representation of the model object 'OCL Model Query'.
 

Methods in org.eclipse.gmt.modisco.infra.query that return ModelQuery
 ModelQuery ModelQuerySet.getQuery(java.lang.String name)
          ModelQuerySet::getQuery(EString) returns the contained ModelQuery having the requested name.
 

Uses of ModelQuery in org.eclipse.gmt.modisco.infra.query.core
 

Methods in org.eclipse.gmt.modisco.infra.query.core that return ModelQuery
 ModelQuery AbstractModelQuery.getModelQuery()
          This method returns the model query element passed as parameter to the constructor
 

Methods in org.eclipse.gmt.modisco.infra.query.core with parameters of type ModelQuery
 AbstractModelQuery IModelQueryFactory.create(ModelQuery modelQuery, Bundle bundle)
           
 AbstractModelQuery ModelQuerySetCatalog.getModelQueryImpl(ModelQuery modelQuery)
          This method return a java object containing the model query implementation.
 void IModelQueryTooltip.setTextFor(ModelQuery modelQuery, StyledText styledText)
          Set the tooltip text into the StyledText component.
 

Constructors in org.eclipse.gmt.modisco.infra.query.core with parameters of type ModelQuery
AbstractModelQuery(ModelQuery modelQuery)
          AbstractModelQuery constructor
 

Uses of ModelQuery in org.eclipse.gmt.modisco.infra.query.jxpath
 

Subinterfaces of ModelQuery in org.eclipse.gmt.modisco.infra.query.jxpath
 interface JXPathModelQuery
          A representation of the model object 'JX Path Model Query'.
 

Uses of ModelQuery in org.eclipse.gmt.modisco.infra.query.jxpath.query
 

Methods in org.eclipse.gmt.modisco.infra.query.jxpath.query with parameters of type ModelQuery
 AbstractModelQuery JXPathModelQueryFactory.create(ModelQuery modelQuery, Bundle bundle)
           
 

Uses of ModelQuery in org.eclipse.gmt.modisco.infra.query.jxpath.util
 

Methods in org.eclipse.gmt.modisco.infra.query.jxpath.util with parameters of type ModelQuery
 T JxpathSwitch.caseModelQuery(ModelQuery object)
          Returns the result of interpreting the object as an instance of 'Model Query'.