Uses of Interface
org.eclipse.ocl.examples.pivot.OCL.Query

Packages that use OCL.Query
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.utilities   
 

Uses of OCL.Query in org.eclipse.ocl.examples.pivot
 

Methods in org.eclipse.ocl.examples.pivot that return OCL.Query
 OCL.Query OCL.createQuery(Constraint constraint)
          Creates a new QueryBase encapsulating a constraint with the current environment and extent map.
 OCL.Query OCL.createQuery(ExpressionInOcl specification)
          Creates a new QueryBase encapsulating a query expression with the current environment and extent map.
 

Uses of OCL.Query in org.eclipse.ocl.examples.pivot.utilities
 

Classes in org.eclipse.ocl.examples.pivot.utilities that implement OCL.Query
 class QueryImpl
          Implementation of the OCLBase.QueryBase convenience interface.