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

Packages that use AnnexLibrary
edu.cmu.sei.aadl.annex   
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.util   
 

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

Methods in edu.cmu.sei.aadl.annex that return AnnexLibrary
 AnnexLibrary DefaultAnnexParser.parseAnnexLibrary(java.lang.String annexName, java.lang.String source, java.lang.String filename, int line, int column, ParseErrorReporter errReporter)
           
 AnnexLibrary AnnexParserProxy.parseAnnexLibrary(java.lang.String annexName, java.lang.String source, java.lang.String filename, int line, int column, ParseErrorReporter errReporter)
           
 AnnexLibrary AnnexParser.parseAnnexLibrary(java.lang.String annexName, java.lang.String source, java.lang.String filename, int line, int column, ParseErrorReporter errReporter)
          Parse the content of an annex library element found in an AADL specification or package section.
 

Methods in edu.cmu.sei.aadl.annex with parameters of type AnnexLibrary
 java.lang.String DefaultAnnexUnparser.unparseAnnexLibrary(AnnexLibrary library, java.lang.String indent)
           
 java.lang.String AnnexUnparserProxy.unparseAnnexLibrary(AnnexLibrary library, java.lang.String indent)
           
 java.lang.String AnnexUnparser.unparseAnnexLibrary(AnnexLibrary library, java.lang.String indent)
          Unparse an annex library element found in an AADL model.
 

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

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

Methods in edu.cmu.sei.aadl.model.core that return AnnexLibrary
 AnnexLibrary CoreFactory.createAnnexLibrary()
          Returns a new object of class 'Annex Library'
 AnnexLibrary AadlSpec.findAnnexLibrary(java.lang.String axname)
          Find an annex library declaration of a given name.
 AnnexLibrary AadlPackageSection.findAnnexLibrary(java.lang.String annexName)
          Find a annex library with the name of annexName
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type AnnexLibrary
 void AadlSpec.addAnnexLibrary(AnnexLibrary value)
          Adds to the list the value of the 'Annex Library' containment reference list
 void AadlPackageSection.addAnnexLibrary(AnnexLibrary value)
          Adds to the list the value of the 'Annex Library' containment reference list
 

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

Classes in edu.cmu.sei.aadl.model.core.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'
 

Methods in edu.cmu.sei.aadl.model.core.impl that return AnnexLibrary
 AnnexLibrary CoreFactoryImpl.createAnnexLibrary()
           
 AnnexLibrary AadlSpecImpl.findAnnexLibrary(java.lang.String axname)
          Find an annex library declaration of a given name.
 AnnexLibrary AadlPackageSectionImpl.findAnnexLibrary(java.lang.String annexName)
          Find a annex library with the name of annexName
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type AnnexLibrary
 void AadlSpecImpl.addAnnexLibrary(AnnexLibrary newAnnexLibrary)
          phf: add element to multiplicity EList
 void AadlPackageSectionImpl.addAnnexLibrary(AnnexLibrary newAnnexLibrary)
          phf: add element to multiplicity EList
 

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

Methods in edu.cmu.sei.aadl.model.core.util with parameters of type AnnexLibrary
 java.lang.Object CoreSwitch.caseAnnexLibrary(AnnexLibrary object)
          Returns the result of interpretting the object as an instance of 'Annex Library'