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

Packages that use FeatureGroupType
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.instance   
edu.cmu.sei.aadl.aadl2.instance.impl   
edu.cmu.sei.aadl.aadl2.util   
 

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

Methods in edu.cmu.sei.aadl.aadl2 that return FeatureGroupType
 FeatureGroupType Aadl2Factory.createFeatureGroupType()
          Returns a new object of class 'Feature Group Type'
 FeatureGroupType PackageSection.createOwnedFeatureGroupType()
          Creates a new FeatureGroupType and appends it to the 'Owned Feature Group Type' containment reference list
 FeatureGroupType FeatureGroupPrototype.getConstrainingFeatureGroupType()
          Returns the value of the 'Constraining Feature Group Type' reference
 FeatureGroupType GroupExtension.getExtended()
          Returns the value of the 'Extended' reference.
 FeatureGroupType FeatureGroupType.getExtended()
          Returns the value of the 'Extended' reference.
 FeatureGroupType FeatureGroupReference.getFeatureGroupType()
          Returns the value of the 'Feature Group Type' reference
 FeatureGroupType FeatureGroup.getFeatureGroupType()
          Returns the value of the 'Feature Group Type' reference
 FeatureGroupType FeatureGroupType.getInverse()
          Returns the value of the 'Inverse' reference
 FeatureGroupType FeatureGroupTypeRename.getRenamedFeatureGroupType()
          Returns the value of the 'Renamed Feature Group Type' reference
 

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

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type FeatureGroupType
 boolean FeatureGroupType.isInverseOf(FeatureGroupType pgt)
          returns true of this feature group type is the inverse of the feature group type pgt
 void FeatureGroupPrototype.setConstrainingFeatureGroupType(FeatureGroupType value)
          Sets the value of the 'Constraining Feature Group Type' reference
 void GroupExtension.setExtended(FeatureGroupType value)
          Sets the value of the 'Extended' reference
 void FeatureGroupType.setExtended(FeatureGroupType value)
          Sets the value of the 'Extended' reference
 void FeatureGroupReference.setFeatureGroupType(FeatureGroupType value)
          Sets the value of the 'Feature Group Type' reference
 void FeatureGroup.setFeatureGroupType(FeatureGroupType value)
          Sets the value of the 'Feature Group Type' reference
 void FeatureGroupType.setInverse(FeatureGroupType value)
          Sets the value of the 'Inverse' reference
 void FeatureGroupTypeRename.setRenamedFeatureGroupType(FeatureGroupType value)
          Sets the value of the 'Renamed Feature Group Type' reference
 

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

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

Fields in edu.cmu.sei.aadl.aadl2.impl declared as FeatureGroupType
protected  FeatureGroupType FeatureGroupPrototypeImpl.constrainingFeatureGroupType
          The cached value of the 'Constraining Feature Group Type' reference
protected  FeatureGroupType GroupExtensionImpl.extended
          The cached value of the 'Extended' reference
protected  FeatureGroupType FeatureGroupImpl.featureGroupType
          The cached value of the 'Feature Group Type' reference
protected  FeatureGroupType FeatureGroupReferenceImpl.featureGroupType
          The cached value of the 'Feature Group Type' reference
protected  FeatureGroupType FeatureGroupTypeImpl.inverse
          The cached value of the 'Inverse' reference
protected  FeatureGroupType FeatureGroupTypeRenameImpl.renamedFeatureGroupType
          The cached value of the 'Renamed Feature Group Type' reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return FeatureGroupType
 FeatureGroupType FeatureGroupPrototypeImpl.basicGetConstrainingFeatureGroupType()
           
 FeatureGroupType GroupExtensionImpl.basicGetExtended()
           
 FeatureGroupType FeatureGroupTypeImpl.basicGetExtended()
           
 FeatureGroupType FeatureGroupImpl.basicGetFeatureGroupType()
           
 FeatureGroupType FeatureGroupReferenceImpl.basicGetFeatureGroupType()
           
 FeatureGroupType FeatureGroupTypeImpl.basicGetInverse()
           
 FeatureGroupType FeatureGroupTypeRenameImpl.basicGetRenamedFeatureGroupType()
           
 FeatureGroupType Aadl2FactoryImpl.createFeatureGroupType()
           
 FeatureGroupType PackageSectionImpl.createOwnedFeatureGroupType()
           
 FeatureGroupType FeatureGroupPrototypeImpl.getConstrainingFeatureGroupType()
           
 FeatureGroupType GroupExtensionImpl.getExtended()
           
 FeatureGroupType FeatureGroupTypeImpl.getExtended()
           
 FeatureGroupType FeatureGroupImpl.getFeatureGroupType()
           
 FeatureGroupType FeatureGroupReferenceImpl.getFeatureGroupType()
           
 FeatureGroupType FeatureGroupTypeImpl.getInverse()
           
 FeatureGroupType FeatureGroupTypeRenameImpl.getRenamedFeatureGroupType()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type FeatureGroupType
 org.eclipse.emf.common.util.EList<FeatureGroupType> PackageSectionImpl.getOwnedFeatureGroupTypes()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type FeatureGroupType
 boolean FeatureGroupTypeImpl.isInverseOf(FeatureGroupType pgt)
          returns true of this feature group type is the inverse of the feature group type pgt
 void FeatureGroupPrototypeImpl.setConstrainingFeatureGroupType(FeatureGroupType newConstrainingFeatureGroupType)
           
 void GroupExtensionImpl.setExtended(FeatureGroupType newExtended)
           
 void FeatureGroupTypeImpl.setExtended(FeatureGroupType newExtended)
           
 void FeatureGroupImpl.setFeatureGroupType(FeatureGroupType newFeatureGroupType)
           
 void FeatureGroupReferenceImpl.setFeatureGroupType(FeatureGroupType newFeatureGroupType)
           
 void FeatureGroupTypeImpl.setInverse(FeatureGroupType newInverse)
           
 void FeatureGroupTypeRenameImpl.setRenamedFeatureGroupType(FeatureGroupType newRenamedFeatureGroupType)
           
 

Uses of FeatureGroupType in edu.cmu.sei.aadl.aadl2.instance
 

Methods in edu.cmu.sei.aadl.aadl2.instance with parameters of type FeatureGroupType
 FeatureInstance FeatureInstance.findInverseFeatureGroup(FeatureGroupType targetpgt)
          find the matching inverse feature group instance in this feature group instance the contained feature group instance must have the inverse feature group type
 

Uses of FeatureGroupType in edu.cmu.sei.aadl.aadl2.instance.impl
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl with parameters of type FeatureGroupType
 FeatureInstance FeatureInstanceImpl.findInverseFeatureGroup(FeatureGroupType targetpgt)
          find the matching inverse feature group instance in this feature group instance the contained feature group instance must have the inverse feature group type
 

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

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