Uses of Interface
edu.cmu.sei.aadl.aadl2.AadlPackage

Packages that use AadlPackage
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
edu.cmu.sei.aadl.modelsupport.eclipseinterface   
 

Uses of AadlPackage in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return AadlPackage
 AadlPackage Aadl2Factory.createAadlPackage()
          Returns a new object of class 'Aadl Package'
 AadlPackage PackageRename.getRenamedPackage()
          Returns the value of the 'Renamed Package' reference
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type AadlPackage
 org.eclipse.emf.common.util.EList<AadlPackage> PropertySet.getImportedPackages()
          Returns the value of the 'Imported Package' reference list.
 org.eclipse.emf.common.util.EList<AadlPackage> PackageSection.getImportedPackages()
          Returns the value of the 'Imported Package' reference list.
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type AadlPackage
 void PackageRename.setRenamedPackage(AadlPackage value)
          Sets the value of the 'Renamed Package' reference
 

Uses of AadlPackage in edu.cmu.sei.aadl.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement AadlPackage
 class AadlPackageImpl
          An implementation of the model object 'Aadl Package'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as AadlPackage
protected  AadlPackage PackageRenameImpl.renamedPackage
          The cached value of the 'Renamed Package' reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return AadlPackage
 AadlPackage PackageRenameImpl.basicGetRenamedPackage()
           
 AadlPackage Aadl2FactoryImpl.createAadlPackage()
           
 AadlPackage PackageRenameImpl.getRenamedPackage()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type AadlPackage
 org.eclipse.emf.common.util.EList<AadlPackage> PackageSectionImpl.getImportedPackages()
           
 org.eclipse.emf.common.util.EList<AadlPackage> PropertySetImpl.getImportedPackages()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type AadlPackage
 void PackageRenameImpl.setRenamedPackage(AadlPackage newRenamedPackage)
           
 

Uses of AadlPackage in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type AadlPackage
 T Aadl2Switch.caseAadlPackage(AadlPackage object)
          Returns the result of interpreting the object as an instance of 'Aadl Package'
 boolean Aadl2Validator.validateAadlPackage(AadlPackage aadlPackage, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of AadlPackage in edu.cmu.sei.aadl.modelsupport.eclipseinterface
 

Methods in edu.cmu.sei.aadl.modelsupport.eclipseinterface that return AadlPackage
static AadlPackage OsateResourceManager.findPublicAadlPackage(java.lang.String pn, Element context)
          Find an AADL package by name in in the local aadlspec, a resource in the resource set or workspace.
static AadlPackage OsateResourceManager.findPublicAadlPackageInResourceSet(java.lang.String pn)
          find public package in resource set.
static AadlPackage OsateResourceManager.getAadlPackage(org.eclipse.emf.ecore.resource.Resource res)
          If the resource contains a package declaration only, then it is returned.
static AadlPackage OsateResourceManager.getPublicAadlPackage(org.eclipse.emf.ecore.resource.Resource res)
          return the AadlPackage if it has a public part.
 

Methods in edu.cmu.sei.aadl.modelsupport.eclipseinterface that return types with arguments of type AadlPackage
static java.util.Set<AadlPackage> OsateResourceManager.getAllPublicPackages()
          Get all the global public packages in the resource set.
static java.util.Set<AadlPackage> OsateResourceManager.getAllPublicPackages(Element context)
          Get all the property sets visible to the given model element.