Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.properties.linking | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Method and Description |
---|---|
ParameterConnection |
ComponentImplementation.createOwnedParameterConnection()
Creates a new
ParameterConnection and appends it to the 'Owned Parameter Connection' containment reference list. |
ParameterConnection |
Aadl2Factory.createParameterConnection()
Returns a new object of class 'Parameter Connection'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ParameterConnection> |
ComponentImplementation.getOwnedParameterConnections()
Returns the value of the 'Owned Parameter Connection' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterConnectionImpl
An implementation of the model object 'Parameter Connection'.
|
Modifier and Type | Method and Description |
---|---|
ParameterConnection |
ComponentImplementationImpl.createOwnedParameterConnection() |
ParameterConnection |
Aadl2FactoryImpl.createParameterConnection() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ParameterConnection> |
ComponentImplementationImpl.getOwnedParameterConnections() |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseParameterConnection(ParameterConnection object)
Returns the result of interpreting the object as an instance of 'Parameter Connection'.
|
boolean |
Aadl2Validator.validateParameterConnection(ParameterConnection parameterConnection,
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.findParameterConnectionEnd(ParameterConnection conn,
Context cxt,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
Aadl2JavaValidator.caseParameterConnection(ParameterConnection connection) |