Package | Description |
---|---|
org.osate.aadl2.instance | |
org.osate.aadl2.instance.impl | |
org.osate.aadl2.instance.util |
Modifier and Type | Method and Description |
---|---|
EndToEndFlowInstance |
ComponentInstance.createEndToEndFlow()
Creates a new
EndToEndFlowInstance and appends it to the 'End To End Flow' containment reference list. |
EndToEndFlowInstance |
InstanceFactory.createEndToEndFlowInstance()
Returns a new object of class 'End To End Flow Instance'.
|
EndToEndFlowInstance |
ComponentInstance.findEndToEndFlowInstance(EndToEndFlow ete)
Find the end to end flow instance of this component that corresponds
to the given end to end flow.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<EndToEndFlowInstance> |
ComponentInstance.getEndToEndFlows()
Returns the value of the 'End To End Flow' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
EndToEndFlowInstanceImpl
An implementation of the model object 'End To End Flow Instance'.
|
Modifier and Type | Method and Description |
---|---|
EndToEndFlowInstance |
ComponentInstanceImpl.createEndToEndFlow() |
EndToEndFlowInstance |
InstanceFactoryImpl.createEndToEndFlowInstance() |
EndToEndFlowInstance |
ComponentInstanceImpl.findEndToEndFlowInstance(EndToEndFlow ete)
find the endtoendflow instance of this component instance
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<EndToEndFlowInstance> |
ComponentInstanceImpl.getEndToEndFlows() |
Modifier and Type | Method and Description |
---|---|
T |
InstanceSwitch.caseEndToEndFlowInstance(EndToEndFlowInstance object)
Returns the result of interpreting the object as an instance of 'End To End Flow Instance'.
|