Uses of Interface
org.eclipse.emf.ocl.utilities.UtilitiesPackage

Packages that use UtilitiesPackage
org.eclipse.emf.ocl.utilities Abstract API for OCL AST utilities.  
org.eclipse.emf.ocl.utilities.impl Implementation of the API for OCL AST utilities.  
org.eclipse.emf.ocl.utilities.util EMF utilities for the OCL AST utilities API.  
 

Uses of UtilitiesPackage in org.eclipse.emf.ocl.utilities
 

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

Methods in org.eclipse.emf.ocl.utilities that return UtilitiesPackage
 UtilitiesPackage UtilitiesFactory.getUtilitiesPackage()
          Returns the package supported by this factory
 

Uses of UtilitiesPackage in org.eclipse.emf.ocl.utilities.impl
 

Classes in org.eclipse.emf.ocl.utilities.impl that implement UtilitiesPackage
 class UtilitiesPackageImpl
           An implementation of the model Package .
 

Methods in org.eclipse.emf.ocl.utilities.impl that return UtilitiesPackage
static UtilitiesPackage UtilitiesPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 UtilitiesPackage UtilitiesFactoryImpl.getUtilitiesPackage()
           
static UtilitiesPackage UtilitiesFactoryImpl.getPackage()
          Deprecated.  
 

Uses of UtilitiesPackage in org.eclipse.emf.ocl.utilities.util
 

Fields in org.eclipse.emf.ocl.utilities.util declared as UtilitiesPackage
protected static UtilitiesPackage UtilitiesSwitch.modelPackage
          The cached model package
protected static UtilitiesPackage UtilitiesAdapterFactory.modelPackage
          The cached model package
 


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