Package | Description |
---|---|
org.osate.aadl2.instance | |
org.osate.aadl2.instance.impl | |
org.osate.aadl2.instance.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentInstance
A representation of the model object 'Component Instance'.
|
interface |
ConnectionInstance
A representation of the model object 'Connection Instance'.
|
interface |
EndToEndFlowInstance
A representation of the model object 'End To End Flow Instance'.
|
interface |
FlowSpecificationInstance
A representation of the model object 'Flow Specification Instance'.
|
interface |
SystemInstance
A representation of the model object '
System Instance'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FlowElementInstance> |
EndToEndFlowInstance.getFlowElements()
Returns the value of the 'Flow Element' reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentInstanceImpl
An implementation of the model object 'Component Instance'.
|
class |
ConnectionInstanceImpl
An implementation of the model object 'Connection Instance'.
|
class |
EndToEndFlowInstanceImpl
An implementation of the model object 'End To End Flow Instance'.
|
class |
FlowElementInstanceImpl
An implementation of the model object 'Flow Element Instance'.
|
class |
FlowSpecificationInstanceImpl
An implementation of the model object 'Flow Specification Instance'.
|
class |
SystemInstanceImpl
An implementation of the model object '
System Instance'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FlowElementInstance> |
EndToEndFlowInstanceImpl.getFlowElements() |
Modifier and Type | Method and Description |
---|---|
T |
InstanceSwitch.caseFlowElementInstance(FlowElementInstance object)
Returns the result of interpreting the object as an instance of 'Flow Element Instance'.
|