org.eclipse.modisco.infra.query.tests.samples
Class EmfmqQueryTest2

java.lang.Object
  extended by org.eclipse.modisco.infra.query.tests.samples.EmfmqQueryTest2
All Implemented Interfaces:
IJavaModelQuery<EObject,java.lang.Object>

public class EmfmqQueryTest2
extends java.lang.Object
implements IJavaModelQuery<EObject,java.lang.Object>


Constructor Summary
EmfmqQueryTest2()
           
 
Method Summary
 java.lang.Object evaluate(EObject context, ParameterValueList parameterValues)
          This method must be overridden by each sub class to implement query evaluation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmfmqQueryTest2

public EmfmqQueryTest2()
Method Detail

evaluate

public java.lang.Object evaluate(EObject context,
                                 ParameterValueList parameterValues)
                          throws ModelQueryExecutionException
Description copied from interface: IJavaModelQuery
This method must be overridden by each sub class to implement query evaluation.

Specified by:
evaluate in interface IJavaModelQuery<EObject,java.lang.Object>
Parameters:
context - The query evaluation context
parameterValues - The query parameter values
Returns:
the result of the type R
Throws:
ModelQueryExecutionException