Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.modelsupport.util | |
org.osate.aadl2.util | |
org.osate.xtext.aadl2.validation |
Modifier and Type | Method and Description |
---|---|
FlowImplementation |
Aadl2Factory.createFlowImplementation()
Returns a new object of class 'Flow Implementation'.
|
FlowImplementation |
ComponentImplementation.createOwnedFlowImplementation()
Creates a new
FlowImplementation and appends it to the 'Owned Flow Implementation' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FlowImplementation> |
ComponentImplementation.getAllFlowImplementations()
Get all flow implementations, including inherited.
|
org.eclipse.emf.common.util.EList<FlowImplementation> |
ComponentImplementation.getOwnedFlowImplementations()
Returns the value of the 'Owned Flow Implementation' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowImplementationImpl
An implementation of the model object 'Flow Implementation'.
|
Modifier and Type | Method and Description |
---|---|
FlowImplementation |
Aadl2FactoryImpl.createFlowImplementation() |
FlowImplementation |
ComponentImplementationImpl.createOwnedFlowImplementation() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FlowImplementation> |
ComponentImplementationImpl.getAllFlowImplementations() |
org.eclipse.emf.common.util.EList<FlowImplementation> |
ComponentImplementationImpl.getOwnedFlowImplementations() |
Modifier and Type | Method and Description |
---|---|
static boolean |
AadlUtil.canImplement(FlowImplementation fi,
FlowSpecification fs)
Check whether the flow specification and flow implementation are both
flow paths, flow sources, or flow sinks
|
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseFlowImplementation(FlowImplementation object)
Returns the result of interpreting the object as an instance of 'Flow Implementation'.
|
boolean |
Aadl2Validator.validateFlowImplementation(FlowImplementation flowImplementation,
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.caseFlowImplementation(FlowImplementation flow) |