Uses of Interface
org.eclipse.emf.ocl.query.Query

Packages that use Query
org.eclipse.emf.ocl.query Object Constraint Language query/constraint evaluation API. 
org.eclipse.emf.ocl.query.impl Implementation of the API for OCL queries. 
org.eclipse.emf.ocl.query.util EMF utilities for the OCL query API. 
 

Uses of Query in org.eclipse.emf.ocl.query
 

Methods in org.eclipse.emf.ocl.query that return Query
 Query QueryFactory.createQuery()
          Deprecated. Returns a new object of class 'Query'
 Query QueryFactory.createQuery(OCLExpression expr)
          Deprecated. Creates a query from an OCLExpression (constraint or query).
 Query QueryFactory.createQuery(String expr, EClassifier context)
          Deprecated. Creates an OCL query from the specified OCL expression string, for the given OCL classifier context.
 

Uses of Query in org.eclipse.emf.ocl.query.impl
 

Classes in org.eclipse.emf.ocl.query.impl that implement Query
 class QueryImpl
          An implementation of the model object 'Query'
 

Methods in org.eclipse.emf.ocl.query.impl that return Query
 Query QueryFactoryImpl.createQuery()
           
 Query QueryFactoryImpl.createQuery(OCLExpression expr)
           
 Query QueryFactoryImpl.createQuery(String expr, EClassifier context)
           
 

Uses of Query in org.eclipse.emf.ocl.query.util
 

Methods in org.eclipse.emf.ocl.query.util with parameters of type Query
 Object QuerySwitch.caseQuery(Query object)
          Deprecated. Returns the result of interpretting the object as an instance of 'Query'
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.