T - the source type of the queryR - the return type of the querypublic interface IJavaQuery2<T extends EObject,R>
| Modifier and Type | Method and Description |
|---|---|
R |
evaluate(T source,
IParameterValueList2 parameterValues,
IFacetManager facetManager)
This method must be implemented by each sub class to implement query
evaluation.
|
R evaluate(T source, IParameterValueList2 parameterValues, IFacetManager facetManager) throws DerivedTypedElementException
source - The model element on which the query will be evaluatedparameterValues - The query parameter values (only used for queries that implement operations)DerivedTypedElementException