Uses of Interface
org.eclipse.ocl.cst.CSTFactory

Packages that use CSTFactory
org.eclipse.ocl.cst   
org.eclipse.ocl.cst.impl   
 

Uses of CSTFactory in org.eclipse.ocl.cst
 

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

Methods in org.eclipse.ocl.cst that return CSTFactory
 CSTFactory CSTPackage.getCSTFactory()
          Returns the factory that creates the instances of the model
 

Uses of CSTFactory in org.eclipse.ocl.cst.impl
 

Classes in org.eclipse.ocl.cst.impl that implement CSTFactory
 class CSTFactoryImpl
          An implementation of the model Factory
 

Methods in org.eclipse.ocl.cst.impl that return CSTFactory
 CSTFactory CSTPackageImpl.getCSTFactory()
           
static CSTFactory CSTFactoryImpl.init()
          Creates the default factory implementation
 


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