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. 
 

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.
 


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