Uses of Interface
edu.cmu.sei.aadl.model.feature.DeviceFeatures

Packages that use DeviceFeatures
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.feature   
edu.cmu.sei.aadl.model.feature.impl   
edu.cmu.sei.aadl.model.feature.util   
 

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

Methods in edu.cmu.sei.aadl.model.component that return DeviceFeatures
 DeviceFeatures DeviceType.getFeatures()
          Returns the value of the 'Features' containment reference
 

Methods in edu.cmu.sei.aadl.model.component with parameters of type DeviceFeatures
 void DeviceType.setFeatures(DeviceFeatures value)
          Sets the value of the 'Features' containment reference
 

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

Fields in edu.cmu.sei.aadl.model.component.impl declared as DeviceFeatures
protected  DeviceFeatures DeviceTypeImpl.features
          The cached value of the 'Features' containment reference
 

Methods in edu.cmu.sei.aadl.model.component.impl that return DeviceFeatures
 DeviceFeatures DeviceTypeImpl.getFeatures()
           
 

Methods in edu.cmu.sei.aadl.model.component.impl with parameters of type DeviceFeatures
 org.eclipse.emf.common.notify.NotificationChain DeviceTypeImpl.basicSetFeatures(DeviceFeatures newFeatures, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DeviceTypeImpl.setFeatures(DeviceFeatures newFeatures)
          phf: we want an add version for EList
 

Uses of DeviceFeatures in edu.cmu.sei.aadl.model.feature
 

Methods in edu.cmu.sei.aadl.model.feature that return DeviceFeatures
 DeviceFeatures FeatureFactory.createDeviceFeatures()
          Returns a new object of class 'Device Features'
 

Uses of DeviceFeatures in edu.cmu.sei.aadl.model.feature.impl
 

Classes in edu.cmu.sei.aadl.model.feature.impl that implement DeviceFeatures
 class DeviceFeaturesImpl
          An implementation of the model object 'Device Features'
 

Methods in edu.cmu.sei.aadl.model.feature.impl that return DeviceFeatures
 DeviceFeatures FeatureFactoryImpl.createDeviceFeatures()
           
 

Uses of DeviceFeatures in edu.cmu.sei.aadl.model.feature.util
 

Methods in edu.cmu.sei.aadl.model.feature.util with parameters of type DeviceFeatures
 java.lang.Object FeatureSwitch.caseDeviceFeatures(DeviceFeatures object)
          Returns the result of interpretting the object as an instance of 'Device Features'