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

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

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

Methods in org.eclipse.emf.facet.efacet that return ParameterValue
 ParameterValue EFacetFactory.createParameterValue()
          Returns a new object of class 'Parameter Value'.
 

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

Method parameters in org.eclipse.emf.facet.efacet.core with type arguments of type ParameterValue
 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, 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 ParameterValue in org.eclipse.emf.facet.efacet.core.query
 

Method parameters in org.eclipse.emf.facet.efacet.core.query with type arguments of type ParameterValue
 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
 

Uses of ParameterValue in org.eclipse.emf.facet.query.java.core
 

Methods in org.eclipse.emf.facet.query.java.core that return ParameterValue
 ParameterValue IParameterValueList.getParameterValue(Parameter parameter)
          Return the parameter corresponding to the given parameter declaration.
 ParameterValue IParameterValueList.getParameterValueByName(java.lang.String name)
          Return the parameter with the specified name.
 

Methods in org.eclipse.emf.facet.query.java.core with parameters of type ParameterValue
 IParameterValueList IParameterValueListFactory.createParameterValueList(ParameterValue... values)
          This method has to be used to get a new instance of IParameterValueList