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

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

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

Methods in edu.cmu.sei.aadl.model.feature that return PortGroupFeatures
 PortGroupFeatures FeatureFactory.createPortGroupFeatures()
          Returns a new object of class 'Port Group Features'
 PortGroupFeatures PortGroupType.getFeatures()
          Returns the value of the 'Features' containment reference
 

Methods in edu.cmu.sei.aadl.model.feature with parameters of type PortGroupFeatures
 void PortGroupType.setFeatures(PortGroupFeatures value)
          Sets the value of the 'Features' containment reference
 

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

Classes in edu.cmu.sei.aadl.model.feature.impl that implement PortGroupFeatures
 class PortGroupFeaturesImpl
          An implementation of the model object 'Port Group Features'
 

Fields in edu.cmu.sei.aadl.model.feature.impl declared as PortGroupFeatures
protected  PortGroupFeatures PortGroupTypeImpl.features
          The cached value of the 'Features' containment reference
 

Methods in edu.cmu.sei.aadl.model.feature.impl that return PortGroupFeatures
 PortGroupFeatures FeatureFactoryImpl.createPortGroupFeatures()
           
 PortGroupFeatures PortGroupTypeImpl.getFeatures()
           
 

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

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

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