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

Packages that use UMLPackage
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.impl Implementation of the UML binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of UMLPackage in org.eclipse.ocl.uml
 

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

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

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

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

Methods in org.eclipse.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.ocl.uml.util
 

Fields in org.eclipse.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, 2007 IBM Corporation and others.
All Rights Reserved.