Uses of Interface
org.eclipse.ocl.uml.OCL.Query

Packages that use OCL.Query
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
 

Uses of OCL.Query in org.eclipse.ocl.uml
 

Methods in org.eclipse.ocl.uml that return OCL.Query
 OCL.Query OCL.createQuery(Constraint constraint)
          Creates a new Query encapsulating a constraint with the current environment and extent map. The return type is narrowed to the UML binding for the generic Query<C, CLS, E> type.
 OCL.Query OCL.createQuery(OCLExpression<Classifier> query)
          Creates a new Query encapsulating a query expression with the current environment and extent map. The return type is narrowed to the UML binding for the generic Query<C, CLS, E> type.
 


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