Uses of Interface
edu.cmu.sei.aadl.model.component.DeviceImpl

Packages that use DeviceImpl
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
 

Uses of DeviceImpl in edu.cmu.sei.aadl.model.component
 

Methods in edu.cmu.sei.aadl.model.component that return DeviceImpl
 DeviceImpl ComponentFactory.createDeviceImpl()
          Returns a new object of class 'Device Impl'
 DeviceImpl DeviceImpl.getExtend()
          Returns the value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type DeviceImpl
 void DeviceType.addImplementations(DeviceImpl value)
          Adds to the list the value of the 'Implementations' reference list
 void DeviceImpl.setExtend(DeviceImpl value)
          Sets the value of the 'Extend' reference
 

Uses of DeviceImpl in edu.cmu.sei.aadl.model.component.impl
 

Classes in edu.cmu.sei.aadl.model.component.impl that implement DeviceImpl
 class DeviceImplImpl
          An implementation of the model object 'Device Impl'
 

Fields in edu.cmu.sei.aadl.model.component.impl declared as DeviceImpl
protected  DeviceImpl DeviceImplImpl.extend
          The cached value of the 'Extend' reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return DeviceImpl
 DeviceImpl DeviceImplImpl.basicGetExtend()
           
 DeviceImpl ComponentFactoryImpl.createDeviceImpl()
           
 DeviceImpl DeviceImplImpl.getExtend()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type DeviceImpl
 void DeviceTypeImpl.addImplementations(DeviceImpl newImplementations)
          phf: add element to multiplicity EList
 void DeviceImplImpl.setExtend(DeviceImpl newExtend)
           
 

Uses of DeviceImpl in edu.cmu.sei.aadl.model.component.util
 

Methods in edu.cmu.sei.aadl.model.component.util with parameters of type DeviceImpl
 java.lang.Object ComponentSwitch.caseDeviceImpl(DeviceImpl object)
          Returns the result of interpretting the object as an instance of 'Device Impl'
 

Uses of DeviceImpl in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type DeviceImpl
 void AadlSpec.addDeviceImpl(DeviceImpl value)
          Adds to the list the value of the 'Device Impl' containment reference list
 void AadlPackageSection.addDeviceImpl(DeviceImpl value)
          Adds to the list the value of the 'Device Impl' containment reference list
 

Uses of DeviceImpl in edu.cmu.sei.aadl.model.core.impl
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type DeviceImpl
 void AadlSpecImpl.addDeviceImpl(DeviceImpl newDeviceImpl)
          phf: add element to multiplicity EList
 void AadlPackageSectionImpl.addDeviceImpl(DeviceImpl newDeviceImpl)
          phf: add element to multiplicity EList