Uses of Interface
org.eclipse.ocl.ecore.EcorePackage

Packages that use EcorePackage
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
 

Uses of EcorePackage in org.eclipse.ocl.ecore
 

Fields in org.eclipse.ocl.ecore declared as EcorePackage
static EcorePackage EcorePackage.eINSTANCE
          The singleton instance of the package
 

Methods in org.eclipse.ocl.ecore that return EcorePackage
 EcorePackage EcoreFactory.getEcorePackage()
          Returns the package supported by this factory
 

Uses of EcorePackage in org.eclipse.ocl.ecore.impl
 

Classes in org.eclipse.ocl.ecore.impl that implement EcorePackage
 class EcorePackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.ocl.ecore.impl that return EcorePackage
 EcorePackage EcoreFactoryImpl.getEcorePackage()
           
static EcorePackage EcoreFactoryImpl.getPackage()
          Deprecated.  
static EcorePackage EcorePackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of EcorePackage in org.eclipse.ocl.ecore.util
 

Fields in org.eclipse.ocl.ecore.util declared as EcorePackage
protected static EcorePackage EcoreSwitch.modelPackage
          The cached model package
protected static EcorePackage EcoreAdapterFactory.modelPackage
          The cached model package
 


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