org.eclipse.gmt.modisco.infra.browser.custom.tests.queries
Class DoesEClassNameStartWithEP

java.lang.Object
  extended by org.eclipse.gmt.modisco.infra.browser.custom.tests.queries.DoesEClassNameStartWithEP
All Implemented Interfaces:
IJavaModelQuery<EClass,java.lang.Boolean>

public class DoesEClassNameStartWithEP
extends java.lang.Object
implements IJavaModelQuery<EClass,java.lang.Boolean>


Constructor Summary
DoesEClassNameStartWithEP()
           
 
Method Summary
 java.lang.Boolean evaluate(EClass 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

DoesEClassNameStartWithEP

public DoesEClassNameStartWithEP()
Method Detail

evaluate

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