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

Packages that use DefaultAnnexLibrary
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 DefaultAnnexLibrary in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core that return DefaultAnnexLibrary
 DefaultAnnexLibrary CoreFactory.createDefaultAnnexLibrary()
          Returns a new object of class 'Default Annex Library'
 

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

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

Methods in edu.cmu.sei.aadl.model.core.impl that return DefaultAnnexLibrary
 DefaultAnnexLibrary CoreFactoryImpl.createDefaultAnnexLibrary()
           
 

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

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