Uses of Interface
org.eclipse.emf.ocl.types.TypesFactory

Packages that use TypesFactory
org.eclipse.emf.ocl.types Abstract API for OCL types.  
org.eclipse.emf.ocl.types.impl Implementation of the API for OCL types.  
 

Uses of TypesFactory in org.eclipse.emf.ocl.types
 

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

Methods in org.eclipse.emf.ocl.types that return TypesFactory
 TypesFactory TypesPackage.getTypesFactory()
          Returns the factory that creates the instances of the model
 

Uses of TypesFactory in org.eclipse.emf.ocl.types.impl
 

Classes in org.eclipse.emf.ocl.types.impl that implement TypesFactory
 class TypesFactoryImpl
           An implementation of the model Factory
 

Methods in org.eclipse.emf.ocl.types.impl that return TypesFactory
 TypesFactory TypesPackageImpl.getTypesFactory()
           
static TypesFactory TypesFactoryImpl.init()
          Creates the default factory implementation
 


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