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

Packages that use BusSubcomponent
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
 

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

Methods in edu.cmu.sei.aadl.model.component that return BusSubcomponent
 BusSubcomponent ComponentFactory.createBusSubcomponent()
          Returns a new object of class 'Bus Subcomponent'
 BusSubcomponent BusSubcomponent.getRefines()
          Returns the value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type BusSubcomponent
 void SystemSubcomponents.addBusSubcomponent(BusSubcomponent value)
          Adds to the list the value of the 'Bus Subcomponent' containment reference list
 void BusSubcomponent.setRefines(BusSubcomponent value)
          Sets the value of the 'Refines' reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement BusSubcomponent
 class BusSubcomponentImpl
          An implementation of the model object 'Bus Subcomponent'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as BusSubcomponent
protected  BusSubcomponent BusSubcomponentImpl.refines
          The cached value of the 'Refines' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return BusSubcomponent
 BusSubcomponent BusSubcomponentImpl.basicGetRefines()
           
 BusSubcomponent ComponentFactoryImpl.createBusSubcomponent()
           
 BusSubcomponent BusSubcomponentImpl.getRefines()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type BusSubcomponent
 void SystemSubcomponentsImpl.addBusSubcomponent(BusSubcomponent newBusSubcomponent)
          phf: add element to multiplicity EList
 void BusSubcomponentImpl.setRefines(BusSubcomponent newRefines)
          phf: we want an add version for EList
 

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

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