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

Packages that use MemoryFeatures
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 MemoryFeatures in edu.cmu.sei.aadl.model.component
 

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

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

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

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

Methods in edu.cmu.sei.aadl.model.component.impl that return MemoryFeatures
 MemoryFeatures MemoryTypeImpl.getFeatures()
           
 

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

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

Methods in edu.cmu.sei.aadl.model.feature that return MemoryFeatures
 MemoryFeatures FeatureFactory.createMemoryFeatures()
          Returns a new object of class 'Memory Features'
 

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

Classes in edu.cmu.sei.aadl.model.feature.impl that implement MemoryFeatures
 class MemoryFeaturesImpl
          An implementation of the model object 'Memory Features'
 

Methods in edu.cmu.sei.aadl.model.feature.impl that return MemoryFeatures
 MemoryFeatures FeatureFactoryImpl.createMemoryFeatures()
           
 

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

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