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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return BusType
 BusType Aadl2Factory.createBusType()
          Returns a new object of class 'Bus Type'
 BusType PackageSection.createOwnedBusType()
          Creates a new BusType and appends it to the 'Owned Bus Type' containment reference list
 BusType BusImplementation.getType()
          Returns the value of the 'Type' reference.
 

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement BusType
 class BusTypeImpl
          An implementation of the model object 'Bus Type'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return BusType
 BusType BusImplementationImpl.basicGetType()
           
 BusType Aadl2FactoryImpl.createBusType()
           
 BusType PackageSectionImpl.createOwnedBusType()
           
 BusType BusImplementationImpl.getType()
           
 

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

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

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