Uses of Interface
edu.cmu.sei.aadl.aadl2.BusSubcomponent

Packages that use BusSubcomponent
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of BusSubcomponent in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return BusSubcomponent
 BusSubcomponent Aadl2Factory.createBusSubcomponent()
          Returns a new object of class 'Bus Subcomponent'
 BusSubcomponent MemoryImplementation.createOwnedBusSubcomponent()
          Creates a new BusSubcomponent and appends it to the 'Owned Bus Subcomponent' containment reference list
 BusSubcomponent ProcessorImplementation.createOwnedBusSubcomponent()
          Creates a new BusSubcomponent and appends it to the 'Owned Bus Subcomponent' containment reference list
 BusSubcomponent SystemImplementation.createOwnedBusSubcomponent()
          Creates a new BusSubcomponent and appends it to the 'Owned Bus Subcomponent' containment reference list
 BusSubcomponent AbstractImplementation.createOwnedBusSubcomponent()
          Creates a new BusSubcomponent and appends it to the 'Owned Bus Subcomponent' containment reference list
 BusSubcomponent DeviceImplementation.createOwnedBusSubcomponent()
          Creates a new BusSubcomponent and appends it to the 'Owned Bus Subcomponent' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type BusSubcomponent
 org.eclipse.emf.common.util.EList<BusSubcomponent> MemoryImplementation.getOwnedBusSubcomponents()
          Returns the value of the 'Owned Bus Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<BusSubcomponent> ProcessorImplementation.getOwnedBusSubcomponents()
          Returns the value of the 'Owned Bus Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<BusSubcomponent> SystemImplementation.getOwnedBusSubcomponents()
          Returns the value of the 'Owned Bus Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<BusSubcomponent> AbstractImplementation.getOwnedBusSubcomponents()
          Returns the value of the 'Owned Bus Subcomponent' containment reference list.
 org.eclipse.emf.common.util.EList<BusSubcomponent> DeviceImplementation.getOwnedBusSubcomponents()
          Returns the value of the 'Owned Bus Subcomponent' containment reference list.
 

Uses of BusSubcomponent in edu.cmu.sei.aadl.aadl2.impl
 

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return BusSubcomponent
 BusSubcomponent Aadl2FactoryImpl.createBusSubcomponent()
           
 BusSubcomponent AbstractImplementationImpl.createOwnedBusSubcomponent()
           
 BusSubcomponent ProcessorImplementationImpl.createOwnedBusSubcomponent()
           
 BusSubcomponent MemoryImplementationImpl.createOwnedBusSubcomponent()
           
 BusSubcomponent DeviceImplementationImpl.createOwnedBusSubcomponent()
           
 BusSubcomponent SystemImplementationImpl.createOwnedBusSubcomponent()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type BusSubcomponent
 org.eclipse.emf.common.util.EList<BusSubcomponent> AbstractImplementationImpl.getOwnedBusSubcomponents()
           
 org.eclipse.emf.common.util.EList<BusSubcomponent> ProcessorImplementationImpl.getOwnedBusSubcomponents()
           
 org.eclipse.emf.common.util.EList<BusSubcomponent> MemoryImplementationImpl.getOwnedBusSubcomponents()
           
 org.eclipse.emf.common.util.EList<BusSubcomponent> DeviceImplementationImpl.getOwnedBusSubcomponents()
           
 org.eclipse.emf.common.util.EList<BusSubcomponent> SystemImplementationImpl.getOwnedBusSubcomponents()
           
 

Uses of BusSubcomponent in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type BusSubcomponent
 T Aadl2Switch.caseBusSubcomponent(BusSubcomponent object)
          Returns the result of interpreting the object as an instance of 'Bus Subcomponent'
 boolean Aadl2Validator.validateBusSubcomponent(BusSubcomponent busSubcomponent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)