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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return DeviceType
 DeviceType Aadl2Factory.createDeviceType()
          Returns a new object of class 'Device Type'
 DeviceType PackageSection.createOwnedDeviceType()
          Creates a new DeviceType and appends it to the 'Owned Device Type' containment reference list
 DeviceType DeviceImplementation.getType()
          Returns the value of the 'Type' reference.
 

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement DeviceType
 class DeviceTypeImpl
          An implementation of the model object 'Device Type'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return DeviceType
 DeviceType DeviceImplementationImpl.basicGetType()
           
 DeviceType Aadl2FactoryImpl.createDeviceType()
           
 DeviceType PackageSectionImpl.createOwnedDeviceType()
           
 DeviceType DeviceImplementationImpl.getType()
           
 

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

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

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