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

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

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

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

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

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

Methods in edu.cmu.sei.aadl.model.component.impl that return SystemFeatures
 SystemFeatures SystemTypeImpl.getFeatures()
           
 

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

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

Methods in edu.cmu.sei.aadl.model.feature that return SystemFeatures
 SystemFeatures FeatureFactory.createSystemFeatures()
          Returns a new object of class 'System Features'
 

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

Classes in edu.cmu.sei.aadl.model.feature.impl that implement SystemFeatures
 class SystemFeaturesImpl
          An implementation of the model object 'System Features'
 

Methods in edu.cmu.sei.aadl.model.feature.impl that return SystemFeatures
 SystemFeatures FeatureFactoryImpl.createSystemFeatures()
           
 

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

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