Package | Description |
---|---|
org.osate.aadl2.instance | |
org.osate.aadl2.instance.impl | |
org.osate.aadl2.instance.util |
Modifier and Type | Method and Description |
---|---|
ConnectionReference |
InstanceFactory.createConnectionReference()
Returns a new object of class 'Connection Reference'.
|
ConnectionReference |
ConnectionInstance.createConnectionReference()
Creates a new
ConnectionReference and appends it to the 'Connection Reference' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ConnectionReference> |
ConnectionInstance.getConnectionReferences()
Returns the value of the 'Connection Reference' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionReferenceImpl
An implementation of the model object 'Connection Reference'.
|
Modifier and Type | Method and Description |
---|---|
ConnectionReference |
InstanceFactoryImpl.createConnectionReference() |
ConnectionReference |
ConnectionInstanceImpl.createConnectionReference() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ConnectionReference> |
ConnectionInstanceImpl.getConnectionReferences() |
Modifier and Type | Method and Description |
---|---|
T |
InstanceSwitch.caseConnectionReference(ConnectionReference object)
Returns the result of interpreting the object as an instance of 'Connection Reference'.
|