Uses of Interface
edu.cmu.sei.aadl.model.core.CorePackage

Packages that use CorePackage
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
edu.cmu.sei.aadl.model.core.presentation   
edu.cmu.sei.aadl.model.core.util   
edu.cmu.sei.osate.core.builder   
 

Uses of CorePackage in edu.cmu.sei.aadl.model.core
 

Fields in edu.cmu.sei.aadl.model.core declared as CorePackage
static CorePackage CorePackage.eINSTANCE
          The singleton instance of the package
 

Methods in edu.cmu.sei.aadl.model.core that return CorePackage
 CorePackage CoreFactory.getCorePackage()
          Returns the package supported by this factory
 

Uses of CorePackage in edu.cmu.sei.aadl.model.core.impl
 

Classes in edu.cmu.sei.aadl.model.core.impl that implement CorePackage
 class CorePackageImpl
          An implementation of the model Package
 

Methods in edu.cmu.sei.aadl.model.core.impl that return CorePackage
 CorePackage CoreFactoryImpl.getCorePackage()
           
static CorePackage CoreFactoryImpl.getPackage()
          Deprecated.  
static CorePackage CorePackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of CorePackage in edu.cmu.sei.aadl.model.core.presentation
 

Fields in edu.cmu.sei.aadl.model.core.presentation declared as CorePackage
protected  CorePackage CoreModelWizard.corePackage
          This caches an instance of the model package
 

Uses of CorePackage in edu.cmu.sei.aadl.model.core.util
 

Fields in edu.cmu.sei.aadl.model.core.util declared as CorePackage
protected static CorePackage CoreSwitch.modelPackage
          The cached model package
protected static CorePackage CoreAdapterFactory.modelPackage
          The cached model package
 

Uses of CorePackage in edu.cmu.sei.osate.core.builder
 

Fields in edu.cmu.sei.osate.core.builder declared as CorePackage
protected  CorePackage AadlBuilder.corePackage