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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return VirtualBusType
 VirtualBusType PackageSection.createOwnedVirtualBusType()
          Creates a new VirtualBusType and appends it to the 'Owned Virtual Bus Type' containment reference list
 VirtualBusType Aadl2Factory.createVirtualBusType()
          Returns a new object of class 'Virtual Bus Type'
 VirtualBusType VirtualBusImplementation.getType()
          Returns the value of the 'Type' reference.
 

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

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

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return VirtualBusType
 VirtualBusType VirtualBusImplementationImpl.basicGetType()
           
 VirtualBusType PackageSectionImpl.createOwnedVirtualBusType()
           
 VirtualBusType Aadl2FactoryImpl.createVirtualBusType()
           
 VirtualBusType VirtualBusImplementationImpl.getType()
           
 

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

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

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