Uses of Interface
org.eclipse.emf.ecore.util.QueryDelegate

Packages that use QueryDelegate
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.oda.ecore.impl   
 

Uses of QueryDelegate in org.eclipse.emf.ecore.util
 

Methods in org.eclipse.emf.ecore.util that return QueryDelegate
 QueryDelegate QueryDelegate.Factory.createQueryDelegate(EClassifier context, java.util.Map<java.lang.String,EClassifier> parameters, java.lang.String expression)
          Creates a query delegate for the specified expression.
 

Uses of QueryDelegate in org.eclipse.emf.oda.ecore.impl
 

Fields in org.eclipse.emf.oda.ecore.impl declared as QueryDelegate
protected  QueryDelegate Query.delegate
           
 

Methods in org.eclipse.emf.oda.ecore.impl with parameters of type QueryDelegate
protected  EList<java.lang.Object> Query.getResults(EList<java.lang.Object> results, QueryDelegate delegate, EList<java.lang.Object> targets, java.util.Map<java.lang.String,java.lang.Object> arguments, EClassifier type)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.