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

Packages that use CSTPackage
org.eclipse.ocl.cst   
org.eclipse.ocl.cst.impl   
org.eclipse.ocl.cst.util   
 

Uses of CSTPackage in org.eclipse.ocl.cst
 

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

Methods in org.eclipse.ocl.cst that return CSTPackage
 CSTPackage CSTFactory.getCSTPackage()
          Returns the package supported by this factory
 

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

Classes in org.eclipse.ocl.cst.impl that implement CSTPackage
 class CSTPackageImpl
          An implementation of the model Package
 

Methods in org.eclipse.ocl.cst.impl that return CSTPackage
 CSTPackage CSTFactoryImpl.getCSTPackage()
           
static CSTPackage CSTFactoryImpl.getPackage()
          Deprecated.  
static CSTPackage CSTPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of CSTPackage in org.eclipse.ocl.cst.util
 

Fields in org.eclipse.ocl.cst.util declared as CSTPackage
protected static CSTPackage CSTSwitch.modelPackage
          The cached model package
protected static CSTPackage CSTAdapterFactory.modelPackage
          The cached model package
 


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