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

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

Uses of UMLFactory in org.eclipse.ocl.uml
 

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

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

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

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

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


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