Uses of Interface
edu.cmu.sei.aadl.model.component.BusImpl

Packages that use BusImpl
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
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. 
 

Uses of BusImpl in edu.cmu.sei.aadl.model.component
 

Methods in edu.cmu.sei.aadl.model.component that return BusImpl
 BusImpl ComponentFactory.createBusImpl()
          Returns a new object of class 'Bus Impl'
 BusImpl BusImpl.getExtend()
          Returns the value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type BusImpl
 void BusType.addImplementations(BusImpl value)
          Adds to the list the value of the 'Implementations' reference list
 void BusImpl.setExtend(BusImpl value)
          Sets the value of the 'Extend' reference
 

Uses of BusImpl in edu.cmu.sei.aadl.model.component.impl
 

Classes in edu.cmu.sei.aadl.model.component.impl that implement BusImpl
 class BusImplImpl
          An implementation of the model object 'Bus Impl'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as BusImpl
protected  BusImpl BusImplImpl.extend
          The cached value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return BusImpl
 BusImpl BusImplImpl.basicGetExtend()
           
 BusImpl ComponentFactoryImpl.createBusImpl()
           
 BusImpl BusImplImpl.getExtend()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type BusImpl
 void BusTypeImpl.addImplementations(BusImpl newImplementations)
          phf: add element to multiplicity EList
 void BusImplImpl.setExtend(BusImpl newExtend)
           
 

Uses of BusImpl in edu.cmu.sei.aadl.model.component.util
 

Methods in edu.cmu.sei.aadl.model.component.util with parameters of type BusImpl
 java.lang.Object ComponentSwitch.caseBusImpl(BusImpl object)
          Returns the result of interpretting the object as an instance of 'Bus Impl'
 

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

Methods in edu.cmu.sei.aadl.model.core with parameters of type BusImpl
 void AadlSpec.addBusImpl(BusImpl value)
          Adds to the list the value of the 'Bus Impl' containment reference list
 void AadlPackageSection.addBusImpl(BusImpl value)
          Adds to the list the value of the 'Bus Impl' containment reference list
 

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

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