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

Packages that use AadlSpec
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   
edu.cmu.sei.osate.core.builder   
 

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

Methods in edu.cmu.sei.aadl.model.core that return AadlSpec
 AadlSpec CoreFactory.createAadlSpec()
          Returns a new object of class 'Aadl Spec'
 AadlSpec AObject.getAadlSpec()
          find the enclosing AadlSpec
 

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

Classes in edu.cmu.sei.aadl.model.core.impl that implement AadlSpec
 class AadlSpecImpl
          An implementation of the model object 'Aadl Spec'
 

Methods in edu.cmu.sei.aadl.model.core.impl that return AadlSpec
 AadlSpec CoreFactoryImpl.createAadlSpec()
           
 AadlSpec AObjectImpl.getAadlSpec()
          find the enclosing AadlSpec
 

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

Methods in edu.cmu.sei.aadl.model.core.util with parameters of type AadlSpec
 java.lang.Object CoreSwitch.caseAadlSpec(AadlSpec object)
          Returns the result of interpretting the object as an instance of 'Aadl Spec'
 

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

Methods in edu.cmu.sei.osate.core.builder that return AadlSpec
protected  AadlSpec AadlBuilder.parseFile(org.eclipse.core.resources.IFile file, ParseErrorReporterManager parseErrManager)
          Parse an AADL file.
protected  AadlSpec AadlBuilder.parsePluginProvided(java.io.InputStream aadlis, java.io.InputStream aaxlis, java.lang.String pluginName, org.eclipse.emf.ecore.resource.Resource outRsrc)
          Parse an AADL file.
 AadlSpec AadlBuilder.parseSingleAadlFile(org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IProgressMonitor monitor)
          Process an AADL file but not any referenced external packages/propertysets.