Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.instance | |
org.osate.aadl2.instance.impl | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Method and Description |
---|---|
EndToEndFlow |
Aadl2Factory.createEndToEndFlow()
Returns a new object of class 'End To End Flow'.
|
EndToEndFlow |
ComponentImplementation.createOwnedEndToEndFlow()
Creates a new
EndToEndFlow and appends it to the 'Owned End To End Flow' containment reference list. |
EndToEndFlow |
EndToEndFlow.getRefined()
Returns the value of the 'Refined' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<EndToEndFlow> |
ComponentImplementation.getAllEndToEndFlows()
Get all end to end flows, including inherited.
|
org.eclipse.emf.common.util.EList<EndToEndFlow> |
ComponentImplementation.getOwnedEndToEndFlows()
Returns the value of the 'Owned End To End Flow' containment reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
EndToEndFlow.setRefined(EndToEndFlow value)
Sets the value of the '
Refined ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
EndToEndFlowImpl
An implementation of the model object 'End To End Flow'.
|
Modifier and Type | Method and Description |
---|---|
EndToEndFlow |
EndToEndFlowImpl.basicGetRefined() |
EndToEndFlow |
Aadl2FactoryImpl.createEndToEndFlow() |
EndToEndFlow |
ComponentImplementationImpl.createOwnedEndToEndFlow() |
EndToEndFlow |
EndToEndFlowImpl.getRefined() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<EndToEndFlow> |
ComponentImplementationImpl.getAllEndToEndFlows()
get list of all end to end flows of a component impl, including ancestor
features In case of refined end to end flows the refined end to end flow
is returned in the list.
|
org.eclipse.emf.common.util.EList<EndToEndFlow> |
ComponentImplementationImpl.getOwnedEndToEndFlows() |
Modifier and Type | Method and Description |
---|---|
void |
EndToEndFlowImpl.setRefined(EndToEndFlow newRefined) |
Modifier and Type | Method and Description |
---|---|
EndToEndFlow |
EndToEndFlowInstance.getEndToEndFlow()
Returns the value of the 'End To End Flow' reference.
|
Modifier and Type | Method and Description |
---|---|
EndToEndFlowInstance |
ComponentInstance.findEndToEndFlowInstance(EndToEndFlow ete)
Find the end to end flow instance of this component that corresponds
to the given end to end flow.
|
void |
EndToEndFlowInstance.setEndToEndFlow(EndToEndFlow value)
Sets the value of the '
End To End Flow ' reference. |
Modifier and Type | Method and Description |
---|---|
EndToEndFlow |
EndToEndFlowInstanceImpl.basicGetEndToEndFlow() |
EndToEndFlow |
EndToEndFlowInstanceImpl.getEndToEndFlow() |
Modifier and Type | Method and Description |
---|---|
java.util.List<EndToEndFlow> |
EndToEndFlowInstanceImpl.getInstantiatedObjects() |
Modifier and Type | Method and Description |
---|---|
EndToEndFlowInstance |
ComponentInstanceImpl.findEndToEndFlowInstance(EndToEndFlow ete)
find the endtoendflow instance of this component instance
|
void |
EndToEndFlowInstanceImpl.setEndToEndFlow(EndToEndFlow newEndToEndFlow) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseEndToEndFlow(EndToEndFlow object)
Returns the result of interpreting the object as an instance of 'End To End Flow'.
|
boolean |
Aadl2Validator.validateEndToEndFlow(EndToEndFlow endToEndFlow,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Modifier and Type | Method and Description |
---|---|
void |
Aadl2JavaValidator.caseEndToEndFlow(EndToEndFlow flow) |