Package | Description |
---|---|
org.osate.aadl2 | |
org.osate.aadl2.impl | |
org.osate.aadl2.util |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractSubcomponent
A representation of the model object 'Abstract Subcomponent'.
|
interface |
AccessConnection
A representation of the model object 'Access Connection'.
|
interface |
BusSubcomponent
A representation of the model object 'Bus Subcomponent'.
|
interface |
Connection
A representation of the model object 'Connection'.
|
interface |
DataAccess
A representation of the model object 'Data Access'.
|
interface |
DataSubcomponent
A representation of the model object 'Data Subcomponent'.
|
interface |
DeviceSubcomponent
A representation of the model object 'Device Subcomponent'.
|
interface |
EndToEndFlow
A representation of the model object 'End To End Flow'.
|
interface |
FeatureConnection
A representation of the model object 'Feature Connection'.
|
interface |
FeatureGroupConnection
A representation of the model object 'Feature Group Connection'.
|
interface |
FlowElement
A representation of the model object 'Flow Element'.
|
interface |
FlowSpecification
A representation of the model object 'Flow Specification'.
|
interface |
MemorySubcomponent
A representation of the model object 'Memory Subcomponent'.
|
interface |
ParameterConnection
A representation of the model object 'Parameter Connection'.
|
interface |
PortConnection
A representation of the model object 'Port Connection'.
|
interface |
ProcessorSubcomponent
A representation of the model object 'Processor Subcomponent'.
|
interface |
ProcessSubcomponent
A representation of the model object 'Process Subcomponent'.
|
interface |
Subcomponent
A representation of the model object 'Subcomponent'.
|
interface |
SubprogramGroupSubcomponent
A representation of the model object 'Subprogram Group Subcomponent'.
|
interface |
SubprogramSubcomponent
A representation of the model object 'Subprogram Subcomponent'.
|
interface |
SystemSubcomponent
A representation of the model object 'System Subcomponent'.
|
interface |
ThreadGroupSubcomponent
A representation of the model object 'Thread Group Subcomponent'.
|
interface |
ThreadSubcomponent
A representation of the model object 'Thread Subcomponent'.
|
interface |
VirtualBusSubcomponent
A representation of the model object 'Virtual Bus Subcomponent'.
|
interface |
VirtualProcessorSubcomponent
A representation of the model object 'Virtual Processor Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
EndToEndFlowElement |
EndToEndFlowSegment.getFlowElement()
Returns the value of the 'Flow Element' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
EndToEndFlowSegment.setFlowElement(EndToEndFlowElement value)
Sets the value of the '
Flow Element ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSubcomponentImpl
An implementation of the model object 'Abstract Subcomponent'.
|
class |
AccessConnectionImpl
An implementation of the model object 'Access Connection'.
|
class |
BusSubcomponentImpl
An implementation of the model object 'Bus Subcomponent'.
|
class |
ConnectionImpl
An implementation of the model object 'Connection'.
|
class |
DataAccessImpl
An implementation of the model object 'Data Access'.
|
class |
DataSubcomponentImpl
An implementation of the model object 'Data Subcomponent'.
|
class |
DeviceSubcomponentImpl
An implementation of the model object 'Device Subcomponent'.
|
class |
EndToEndFlowElementImpl
An implementation of the model object 'End To End Flow Element'.
|
class |
EndToEndFlowImpl
An implementation of the model object 'End To End Flow'.
|
class |
FeatureConnectionImpl
An implementation of the model object 'Feature Connection'.
|
class |
FeatureGroupConnectionImpl
An implementation of the model object 'Feature Group Connection'.
|
class |
FlowElementImpl
An implementation of the model object 'Flow Element'.
|
class |
FlowSpecificationImpl
An implementation of the model object 'Flow Specification'.
|
class |
MemorySubcomponentImpl
An implementation of the model object 'Memory Subcomponent'.
|
class |
ParameterConnectionImpl
An implementation of the model object 'Parameter Connection'.
|
class |
PortConnectionImpl
An implementation of the model object 'Port Connection'.
|
class |
ProcessorSubcomponentImpl
An implementation of the model object 'Processor Subcomponent'.
|
class |
ProcessSubcomponentImpl
An implementation of the model object 'Process Subcomponent'.
|
class |
SubcomponentImpl
An implementation of the model object 'Subcomponent'.
|
class |
SubprogramGroupSubcomponentImpl
An implementation of the model object 'Subprogram Group Subcomponent'.
|
class |
SubprogramSubcomponentImpl
An implementation of the model object 'Subprogram Subcomponent'.
|
class |
SystemSubcomponentImpl
An implementation of the model object 'System Subcomponent'.
|
class |
ThreadGroupSubcomponentImpl
An implementation of the model object 'Thread Group Subcomponent'.
|
class |
ThreadSubcomponentImpl
An implementation of the model object 'Thread Subcomponent'.
|
class |
VirtualBusSubcomponentImpl
An implementation of the model object 'Virtual Bus Subcomponent'.
|
class |
VirtualProcessorSubcomponentImpl
An implementation of the model object 'Virtual Processor Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
EndToEndFlowElement |
EndToEndFlowSegmentImpl.basicGetFlowElement() |
EndToEndFlowElement |
EndToEndFlowSegmentImpl.getFlowElement() |
Modifier and Type | Method and Description |
---|---|
void |
EndToEndFlowSegmentImpl.setFlowElement(EndToEndFlowElement newFlowElement) |
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseEndToEndFlowElement(EndToEndFlowElement object)
Returns the result of interpreting the object as an instance of 'End To End Flow Element'.
|
boolean |
Aadl2Validator.validateEndToEndFlowElement(EndToEndFlowElement endToEndFlowElement,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |