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

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

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

Subinterfaces of FeatureGroupConnectionEnd in edu.cmu.sei.aadl.aadl2
 interface FeatureGroup
          A representation of the model object 'Feature Group'
 

Methods in edu.cmu.sei.aadl.aadl2 that return FeatureGroupConnectionEnd
 FeatureGroupConnectionEnd Aadl2Factory.createFeatureGroupConnectionEnd()
          Returns a new object of class 'Feature Group Connection End'
 

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

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return FeatureGroupConnectionEnd
 FeatureGroupConnectionEnd Aadl2FactoryImpl.createFeatureGroupConnectionEnd()
           
 

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

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