Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.modelsupport.util | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
FlowSegment |
Aadl2Factory.createFlowSegment()
Returns a new object of class 'Flow Segment'.
|
FlowSegment |
FlowImplementation.createOwnedFlowSegment()
Creates a new
FlowSegment and appends it to the 'Owned Flow Segment' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FlowSegment> |
FlowImplementation.getOwnedFlowSegments()
Returns the value of the 'Owned Flow Segment' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowSegmentImpl
An implementation of the model object 'Flow Segment'.
|
Modifier and Type | Method and Description |
---|---|
FlowSegment |
Aadl2FactoryImpl.createFlowSegment() |
FlowSegment |
FlowImplementationImpl.createOwnedFlowSegment() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<FlowSegment> |
FlowImplementationImpl.getOwnedFlowSegments() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
AadlUtil.getFlowSegmentName(FlowSegment end) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseFlowSegment(FlowSegment object)
Returns the result of interpreting the object as an instance of 'Flow Segment'.
|
boolean |
Aadl2Validator.validateFlowSegment(FlowSegment flowSegment,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |