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

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

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


Constructor Summary
Bug307095v3()
           
 
Method Summary
 java.lang.String 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

Bug307095v3

public Bug307095v3()
Method Detail

evaluate

public java.lang.String 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.String>
Parameters:
context - The query evaluation context
parameterValues - The query parameter values
Returns:
the result of the type R
Throws:
ModelQueryExecutionException