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

Packages that use AnnexLibrary
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

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

Subinterfaces of AnnexLibrary in edu.cmu.sei.aadl.aadl2
 interface DefaultAnnexLibrary
          A representation of the model object 'Default Annex Library'
 

Methods in edu.cmu.sei.aadl.aadl2 that return AnnexLibrary
 AnnexLibrary PackageSection.createOwnedAnnexLibrary()
          Creates a new DefaultAnnexLibrary and appends it to the 'Owned Annex Library' containment reference list
 AnnexLibrary PackageSection.createOwnedAnnexLibrary(org.eclipse.emf.ecore.EClass eClass)
          Creates a new AnnexLibrary and appends it to the 'Owned Annex Library' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type AnnexLibrary
 org.eclipse.emf.common.util.EList<AnnexLibrary> PackageSection.getOwnedAnnexLibraries()
          Returns the value of the 'Owned Annex Library' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement AnnexLibrary
 class AnnexLibraryImpl
          An implementation of the model object 'Annex Library'
 class DefaultAnnexLibraryImpl
          An implementation of the model object 'Default Annex Library'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type AnnexLibrary
protected  org.eclipse.emf.common.util.EList<AnnexLibrary> PackageSectionImpl.ownedAnnexLibraries
          The cached value of the 'Owned Annex Library' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return AnnexLibrary
 AnnexLibrary PackageSectionImpl.createOwnedAnnexLibrary()
           
 AnnexLibrary PackageSectionImpl.createOwnedAnnexLibrary(org.eclipse.emf.ecore.EClass eClass)
           
 

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

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type AnnexLibrary
 T Aadl2Switch.caseAnnexLibrary(AnnexLibrary object)
          Returns the result of interpreting the object as an instance of 'Annex Library'
 boolean Aadl2Validator.validateAnnexLibrary(AnnexLibrary annexLibrary, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)