|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the context type (i.e., the type of the elements on which the
query can be evaluated)R - the return type
@Deprecated public interface IJavaQuery<T extends EObject,R>
This is the EMF Facet Java Query interface. A java query is a query written in Java. This interface has to be used to declare a Java query.
| Method Summary | |
|---|---|
R |
evaluate(T context,
IParameterValueList parameterValues)
Deprecated. This method must be implemented by each sub class to implement query evaluation. |
| Method Detail |
|---|
R evaluate(T context,
IParameterValueList parameterValues)
throws QueryExecutionException
context - The query evaluation context (i.e., the element on which the
query will be evaluated)parameterValues - The query parameter values
QueryExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||