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.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
 

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.util
 

Methods in org.eclipse.ocl.util with parameters of type Query
static
<C,CLS,E> Diagnostic
OCLUtil.getEvaluationProblems(Query<C,CLS,E> query)
          Attempts to get evaluation problems available from the last evaluation of the given query.
 


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