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
          The singleton instance of the package
 

Methods in org.eclipse.emf.ocl.uml that return UMLPackage
 UMLPackage UMLFactory.getUMLPackage()
          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 UMLPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 UMLPackage UMLFactoryImpl.getUMLPackage()
           
static UMLPackage UMLFactoryImpl.getPackage()
          Deprecated.  
 

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
          The cached model package
protected static UMLPackage UMLAdapterFactory.modelPackage
          The cached model package
 


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