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

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

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

Methods in edu.cmu.sei.aadl.model.component that return BusSubcomponents
 BusSubcomponents ComponentFactory.createBusSubcomponents()
          Returns a new object of class 'Bus Subcomponents'
 BusSubcomponents BusImpl.getSubcomponents()
          Returns the value of the 'Subcomponents' containment reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type BusSubcomponents
 void BusImpl.setSubcomponents(BusSubcomponents value)
          Sets the value of the 'Subcomponents' containment reference
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement BusSubcomponents
 class BusSubcomponentsImpl
          An implementation of the model object 'Bus Subcomponents'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as BusSubcomponents
protected  BusSubcomponents BusImplImpl.subcomponents
          The cached value of the 'Subcomponents' containment reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return BusSubcomponents
 BusSubcomponents ComponentFactoryImpl.createBusSubcomponents()
           
 BusSubcomponents BusImplImpl.getSubcomponents()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type BusSubcomponents
 org.eclipse.emf.common.notify.NotificationChain BusImplImpl.basicSetSubcomponents(BusSubcomponents newSubcomponents, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void BusImplImpl.setSubcomponents(BusSubcomponents newSubcomponents)
          phf: we want an add version for EList
 

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

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