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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return BusImplementation
 BusImplementation Aadl2Factory.createBusImplementation()
          Returns a new object of class 'Bus Implementation'
 BusImplementation PackageSection.createOwnedBusImplementation()
          Creates a new BusImplementation and appends it to the 'Owned Bus Implementation' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type BusImplementation
 org.eclipse.emf.common.util.EList<BusImplementation> PackageSection.getOwnedBusImplementations()
          Returns the value of the 'Owned Bus Implementation' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement BusImplementation
 class BusImplementationImpl
          An implementation of the model object 'Bus Implementation'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return BusImplementation
 BusImplementation Aadl2FactoryImpl.createBusImplementation()
           
 BusImplementation PackageSectionImpl.createOwnedBusImplementation()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type BusImplementation
 org.eclipse.emf.common.util.EList<BusImplementation> PackageSectionImpl.getOwnedBusImplementations()
           
 

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

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