Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FeatureGroupConnection> |
ComponentImplementation.getOwnedFeatureGroupConnections()
Returns the value of the 'Owned Feature Group Connection' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureGroupConnectionImpl
An implementation of the model object 'Feature Group Connection'.
|
Modifier and Type | Method and Description |
---|---|
FeatureGroupConnection |
Aadl2FactoryImpl.createFeatureGroupConnection() |
FeatureGroupConnection |
ComponentImplementationImpl.createOwnedFeatureGroupConnection() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FeatureGroupConnection> |
ComponentImplementationImpl.getOwnedFeatureGroupConnections() |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
ConnectionEnd |
PropertiesLinkingService.findFeatureGroupConnectionEnd(FeatureGroupConnection connection,
Context cxt,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
Aadl2JavaValidator.caseFeatureGroupConnection(FeatureGroupConnection connection) |