Uses of Interface
org.eclipse.emf.facet.efacet.Query

Packages that use Query
org.eclipse.emf.facet.efacet   
org.eclipse.emf.facet.efacet.core   
org.eclipse.emf.facet.efacet.core.query   
org.eclipse.emf.facet.query.java.javaquery   
 

Uses of Query in org.eclipse.emf.facet.efacet
 

Subinterfaces of Query in org.eclipse.emf.facet.efacet
 interface Literal
          A representation of the model object 'Literal'.
 interface TypedElementRef
          A representation of the model object 'Typed Element Ref'.
 

Methods in org.eclipse.emf.facet.efacet that return Query
 Query Facet.getConformanceQuery()
          Returns the value of the 'Conformance Query' containment reference.
 Query QueryFacetElement.getQuery()
          Returns the value of the 'Query' containment reference.
 Query QueryResult.getQuery()
          Returns the value of the 'Query' reference.
 

Methods in org.eclipse.emf.facet.efacet with parameters of type Query
 void Facet.setConformanceQuery(Query value)
          Sets the value of the 'Conformance Query' containment reference.
 void QueryFacetElement.setQuery(Query value)
          Sets the value of the 'Query' containment reference.
 void QueryResult.setQuery(Query value)
          Sets the value of the 'Query' reference.
 

Uses of Query in org.eclipse.emf.facet.efacet.core
 

Methods in org.eclipse.emf.facet.efacet.core with parameters of type Query
 java.lang.Object IEFacetManager.basicEvaluate(Query query, EObject eObject)
          This method is equivalent to IEFacetManager.evaluate(Query, EObject) but rather than return the errors into a QueryResult instance, it throws an exception.
 java.lang.Object IEFacetManager.basicEvaluate(Query query, EObject eObject, java.util.List<ParameterValue> parameterValues)
          This method is equivalent to IEFacetManager.evaluate(Query, EObject, List) but rather than return the errors into a QueryResult instance, it throws an exception.
 QueryResult IEFacetManager.evaluate(Query query, EObject eObject)
          This method is used to evaluate the given Query on the given EObject
 QueryResult IEFacetManager.evaluate(Query query, EObject eObject, java.util.List<ParameterValue> parameterValues)
          This method is used to evaluate the given Query on the given EObject taking into consideration some ParameterValue
 

Uses of Query in org.eclipse.emf.facet.efacet.core.query
 

Methods in org.eclipse.emf.facet.efacet.core.query that return Query
 Query IQueryUtils.searchQuery(java.lang.String querySetName, java.lang.String queryName)
          This method searches in all registered QuerySetCatalogs the corresponding query in all the querySet
 

Methods in org.eclipse.emf.facet.efacet.core.query with parameters of type Query
 java.lang.Object IQueryEvaluator.basicEvaluate(Query query, EObject context, java.util.List<ParameterValue> parameterValues)
          This method must be implemented by each sub class to evaluate a query
 IQueryEvaluator IQueryEvaluatorFactory.create(Query query, Bundle bundle)
          Creates a query evaluator.
 

Uses of Query in org.eclipse.emf.facet.query.java.javaquery
 

Subinterfaces of Query in org.eclipse.emf.facet.query.java.javaquery
 interface JavaQuery
          A representation of the model object 'Java Query'.