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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return DeviceImplementation
 DeviceImplementation Aadl2Factory.createDeviceImplementation()
          Returns a new object of class 'Device Implementation'
 DeviceImplementation PackageSection.createOwnedDeviceImplementation()
          Creates a new DeviceImplementation and appends it to the 'Owned Device Implementation' containment reference list
 

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

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement DeviceImplementation
 class DeviceImplementationImpl
          An implementation of the model object 'Device Implementation'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return DeviceImplementation
 DeviceImplementation Aadl2FactoryImpl.createDeviceImplementation()
           
 DeviceImplementation PackageSectionImpl.createOwnedDeviceImplementation()
           
 

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

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

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