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

Packages that use TypesFactory
org.eclipse.ocl.types Specification of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.impl Implementation of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
 

Uses of TypesFactory in org.eclipse.ocl.types
 

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

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

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

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

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


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