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

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

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

Subinterfaces of Bus in edu.cmu.sei.aadl.aadl2
 interface BusClassifier
          A representation of the model object 'Bus Classifier'
 interface BusImplementation
          A representation of the model object 'Bus Implementation'
 interface BusSubcomponent
          A representation of the model object 'Bus Subcomponent'
 interface BusType
          A representation of the model object 'Bus Type'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Bus
 class BusClassifierImpl
          An implementation of the model object 'Bus Classifier'
 class BusImpl
          An implementation of the model object 'Bus'
 class BusImplementationImpl
          An implementation of the model object 'Bus Implementation'
 class BusSubcomponentImpl
          An implementation of the model object 'Bus Subcomponent'
 class BusTypeImpl
          An implementation of the model object 'Bus Type'
 

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

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