Uses of Interface
edu.cmu.sei.aadl.aadl2.FeatureGroup

Packages that use FeatureGroup
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of FeatureGroup in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return FeatureGroup
 FeatureGroup Aadl2Factory.createFeatureGroup()
          Returns a new object of class 'Feature Group'
 FeatureGroup FeatureGroupType.createOwnedFeatureGroup()
          Creates a new FeatureGroup and appends it to the 'Owned Feature Group' containment reference list
 FeatureGroup ComponentType.createOwnedFeatureGroup()
          Creates a new FeatureGroup and appends it to the 'Owned Feature Group' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type FeatureGroup
 org.eclipse.emf.common.util.EList<FeatureGroup> FeatureGroupType.getOwnedFeatureGroups()
          Returns the value of the 'Owned Feature Group' containment reference list.
 org.eclipse.emf.common.util.EList<FeatureGroup> ComponentType.getOwnedFeatureGroups()
          Returns the value of the 'Owned Feature Group' containment reference list.
 

Uses of FeatureGroup in edu.cmu.sei.aadl.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement FeatureGroup
 class FeatureGroupImpl
          An implementation of the model object 'Feature Group'
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return FeatureGroup
 FeatureGroup Aadl2FactoryImpl.createFeatureGroup()
           
 FeatureGroup ComponentTypeImpl.createOwnedFeatureGroup()
           
 FeatureGroup FeatureGroupTypeImpl.createOwnedFeatureGroup()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type FeatureGroup
 org.eclipse.emf.common.util.EList<FeatureGroup> ComponentTypeImpl.getOwnedFeatureGroups()
           
 org.eclipse.emf.common.util.EList<FeatureGroup> FeatureGroupTypeImpl.getOwnedFeatureGroups()
           
 

Uses of FeatureGroup in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type FeatureGroup
 T Aadl2Switch.caseFeatureGroup(FeatureGroup object)
          Returns the result of interpreting the object as an instance of 'Feature Group'
 boolean Aadl2Validator.validateFeatureGroup(FeatureGroup featureGroup, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)