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

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

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

Subinterfaces of Device in edu.cmu.sei.aadl.aadl2
 interface DeviceClassifier
          A representation of the model object 'Device Classifier'
 interface DeviceImplementation
          A representation of the model object 'Device Implementation'
 interface DeviceSubcomponent
          A representation of the model object 'Device Subcomponent'
 interface DeviceType
          A representation of the model object 'Device Type'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Device
 class DeviceClassifierImpl
          An implementation of the model object 'Device Classifier'
 class DeviceImpl
          An implementation of the model object 'Device'
 class DeviceImplementationImpl
          An implementation of the model object 'Device Implementation'
 class DeviceSubcomponentImpl
          An implementation of the model object 'Device Subcomponent'
 class DeviceTypeImpl
          An implementation of the model object 'Device Type'
 

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

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