Uses of Interface
org.eclipse.emf.ocl.query.QueryPackage

Packages that use QueryPackage
org.eclipse.emf.ocl.query Object Constraint Language query/constraint evaluation API.  
org.eclipse.emf.ocl.query.impl Implementation of the API for OCL queries.  
org.eclipse.emf.ocl.query.util EMF utilities for the OCL query API.  
 

Uses of QueryPackage in org.eclipse.emf.ocl.query
 

Fields in org.eclipse.emf.ocl.query declared as QueryPackage
static QueryPackage QueryPackage.eINSTANCE
          The singleton instance of the package
 

Methods in org.eclipse.emf.ocl.query that return QueryPackage
 QueryPackage QueryFactory.getQueryPackage()
          Returns the package supported by this factory
 

Uses of QueryPackage in org.eclipse.emf.ocl.query.impl
 

Classes in org.eclipse.emf.ocl.query.impl that implement QueryPackage
 class QueryPackageImpl
           An implementation of the model Package
 

Methods in org.eclipse.emf.ocl.query.impl that return QueryPackage
static QueryPackage QueryPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 QueryPackage QueryFactoryImpl.getQueryPackage()
           
static QueryPackage QueryFactoryImpl.getPackage()
          Deprecated.  
 

Uses of QueryPackage in org.eclipse.emf.ocl.query.util
 

Fields in org.eclipse.emf.ocl.query.util declared as QueryPackage
protected static QueryPackage QuerySwitch.modelPackage
          The cached model package
protected static QueryPackage QueryAdapterFactory.modelPackage
          The cached model package
 


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