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

Packages that use UMLFactory
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.  
 

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

Fields in org.eclipse.emf.ocl.uml declared as UMLFactory
static UMLFactory UMLFactory.eINSTANCE
          The singleton instance of the factory
 

Methods in org.eclipse.emf.ocl.uml that return UMLFactory
 UMLFactory UMLPackage.getUMLFactory()
          Returns the factory that creates the instances of the model
 

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

Classes in org.eclipse.emf.ocl.uml.impl that implement UMLFactory
 class UMLFactoryImpl
           An implementation of the model Factory
 

Methods in org.eclipse.emf.ocl.uml.impl that return UMLFactory
 UMLFactory UMLPackageImpl.getUMLFactory()
           
static UMLFactory UMLFactoryImpl.init()
          Creates the default factory implementation
 


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