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

Packages that use FeatureGroupConnection
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
edu.cmu.sei.aadl.modelsupport.util   
 

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

Methods in edu.cmu.sei.aadl.aadl2 that return FeatureGroupConnection
 FeatureGroupConnection Aadl2Factory.createFeatureGroupConnection()
          Returns a new object of class 'Feature Group Connection'
 FeatureGroupConnection ComponentImplementation.createOwnedFeatureGroupConnection()
          Creates a new FeatureGroupConnection and appends it to the 'Owned Feature Group Connection' containment reference list
 

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

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

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

Methods in edu.cmu.sei.aadl.aadl2.impl that return FeatureGroupConnection
 FeatureGroupConnection Aadl2FactoryImpl.createFeatureGroupConnection()
           
 FeatureGroupConnection ComponentImplementationImpl.createOwnedFeatureGroupConnection()
           
 

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

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

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

Uses of FeatureGroupConnection in edu.cmu.sei.aadl.modelsupport.util
 

Methods in edu.cmu.sei.aadl.modelsupport.util that return types with arguments of type FeatureGroupConnection
static org.eclipse.emf.common.util.EList<FeatureGroupConnection> AadlUtil.getFeatureGroupConnection(java.util.Collection<?> portconn)
          extract the set of feature group connections from the list of connections
static org.eclipse.emf.common.util.EList<FeatureGroupConnection> AadlUtil.getPortGroupConnection(java.util.Collection<? extends Connection> portconn)
          extract the set of feature group connections from the list of connections