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

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

Methods in edu.cmu.sei.aadl.model.core that return AadlPublic
 AadlPublic CoreFactory.createAadlPublic()
          Returns a new object of class 'Aadl Public'
 AadlPublic AadlPackage.getAadlPublic()
          Returns the value of the 'Aadl Public' containment reference
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type AadlPublic
 void AadlPackage.setAadlPublic(AadlPublic value)
          Sets the value of the 'Aadl Public' containment reference
 

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

Classes in edu.cmu.sei.aadl.model.core.impl that implement AadlPublic
 class AadlPublicImpl
          An implementation of the model object 'Aadl Public'
 

Fields in edu.cmu.sei.aadl.model.core.impl declared as AadlPublic
protected  AadlPublic AadlPackageImpl.aadlPublic
          The cached value of the 'Aadl Public' containment reference
 

Methods in edu.cmu.sei.aadl.model.core.impl that return AadlPublic
 AadlPublic CoreFactoryImpl.createAadlPublic()
           
 AadlPublic AadlPackageImpl.getAadlPublic()
           
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type AadlPublic
 org.eclipse.emf.common.notify.NotificationChain AadlPackageImpl.basicSetAadlPublic(AadlPublic newAadlPublic, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void AadlPackageImpl.setAadlPublic(AadlPublic newAadlPublic)
           
 

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

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