Uses of Interface
org.eclipse.emf.ocl.uml.UMLPackage

Packages that use UMLPackage
org.eclipse.emf.ocl.uml Extensions to the Ecore metamodel for UML-specific concepts supported by the OCL language. 
org.eclipse.emf.ocl.uml.impl Implementation of the Ecore extensions in support of the UML constructs used by OCL. 
org.eclipse.emf.ocl.uml.util Standard utilities for the Ecore extensions in support of the UML constructs used by OCL. 
 

Uses of UMLPackage in org.eclipse.emf.ocl.uml
 

Fields in org.eclipse.emf.ocl.uml declared as UMLPackage
static UMLPackage UMLPackage.eINSTANCE
          Deprecated. The singleton instance of the package
 

Methods in org.eclipse.emf.ocl.uml that return UMLPackage
 UMLPackage UMLFactory.getUMLPackage()
          Deprecated. Returns the package supported by this factory
 

Uses of UMLPackage in org.eclipse.emf.ocl.uml.impl
 

Classes in org.eclipse.emf.ocl.uml.impl that implement UMLPackage
 class UMLPackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.emf.ocl.uml.impl that return UMLPackage
static UMLPackage UMLFactoryImpl.getPackage()
          Deprecated.  
 UMLPackage UMLFactoryImpl.getUMLPackage()
           
static UMLPackage UMLPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of UMLPackage in org.eclipse.emf.ocl.uml.util
 

Fields in org.eclipse.emf.ocl.uml.util declared as UMLPackage
protected static UMLPackage UMLSwitch.modelPackage
          Deprecated. The cached model package
protected static UMLPackage UMLAdapterFactory.modelPackage
          Deprecated. The cached model package
 


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