Uses of Interface
org.eclipse.ocl.Query

Packages that use Query
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.internal.evaluation   
 

Uses of Query in org.eclipse.ocl
 

Methods in org.eclipse.ocl that return Query
 Query<C,CLS,E> OCL.createQuery(CT constraint)
          Creates a new Query encapsulating a constraint with the current environment and extent map.
 Query<C,CLS,E> OCL.createQuery(OCLExpression<C> query)
          Creates a new Query encapsulating a query expression with the current environment and extent map.
 

Uses of Query in org.eclipse.ocl.ecore
 

Subinterfaces of Query in org.eclipse.ocl.ecore
static interface OCL.Query
          Convenient interface aliasing the type parameter substitutions for the UML environment, for ease of typing.
 

Uses of Query in org.eclipse.ocl.internal.evaluation
 

Classes in org.eclipse.ocl.internal.evaluation that implement Query
 class QueryImpl<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E>
          An implementation of the model object 'Query'
 


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