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.properties.linking |
Modifier and Type | Interface and Description |
---|---|
interface |
AbstractSubcomponent
A representation of the model object 'Abstract Subcomponent'.
|
interface |
BusSubcomponent
A representation of the model object 'Bus Subcomponent'.
|
interface |
DataPort
A representation of the model object 'Data Port'.
|
interface |
DataSubcomponent
A representation of the model object 'Data Subcomponent'.
|
interface |
DeviceSubcomponent
A representation of the model object 'Device Subcomponent'.
|
interface |
EventDataPort
A representation of the model object 'Event Data Port'.
|
interface |
FeatureGroup
A representation of the model object 'Feature Group'.
|
interface |
MemorySubcomponent
A representation of the model object 'Memory Subcomponent'.
|
interface |
Parameter
A representation of the model object 'Parameter'.
|
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 |
SubprogramCall
A representation of the model object 'Subprogram Call'.
|
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 |
---|---|
Context |
Connection.getAllDestinationContext()
get destination context
in case of a refined connection get it from the connection being refined
|
Context |
Connection.getAllSourceContext()
get source context
in case of a refined connection get it from the connection being refined
|
Context |
FlowEnd.getContext()
Returns the value of the 'Context' reference.
|
Context |
ConnectedElement.getContext()
Returns the value of the 'Context' reference.
|
Context |
TriggerPort.getContext()
Returns the value of the 'Context' reference.
|
Context |
EndToEndFlowSegment.getContext()
Returns the value of the 'Context' reference.
|
Context |
FlowSegment.getContext()
Returns the value of the 'Context' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
FlowEnd.setContext(Context value)
Sets the value of the '
Context ' reference. |
void |
ConnectedElement.setContext(Context value)
Sets the value of the '
Context ' reference. |
void |
TriggerPort.setContext(Context value)
Sets the value of the '
Context ' reference. |
void |
EndToEndFlowSegment.setContext(Context value)
Sets the value of the '
Context ' reference. |
void |
FlowSegment.setContext(Context value)
Sets the value of the '
Context ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSubcomponentImpl
An implementation of the model object 'Abstract Subcomponent'.
|
class |
BusSubcomponentImpl
An implementation of the model object 'Bus Subcomponent'.
|
class |
ContextImpl
An implementation of the model object 'Context'.
|
class |
DataPortImpl
An implementation of the model object 'Data Port'.
|
class |
DataSubcomponentImpl
An implementation of the model object 'Data Subcomponent'.
|
class |
DeviceSubcomponentImpl
An implementation of the model object 'Device Subcomponent'.
|
class |
EventDataPortImpl
An implementation of the model object 'Event Data Port'.
|
class |
FeatureGroupImpl
An implementation of the model object 'Feature Group'.
|
class |
MemorySubcomponentImpl
An implementation of the model object 'Memory Subcomponent'.
|
class |
ParameterImpl
An implementation of the model object 'Parameter'.
|
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 |
SubprogramCallImpl
An implementation of the model object 'Subprogram Call'.
|
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 |
---|---|
Context |
TriggerPortImpl.basicGetContext() |
Context |
FlowSegmentImpl.basicGetContext() |
Context |
FlowEndImpl.basicGetContext() |
Context |
EndToEndFlowSegmentImpl.basicGetContext() |
Context |
ConnectedElementImpl.basicGetContext() |
Context |
ConnectionImpl.getAllDestinationContext()
get destination context
in case of a refined connection get it from the connection being refined
|
Context |
ConnectionImpl.getAllSourceContext()
get source context
in case of a refined connection get it from the connection being refined
|
Context |
TriggerPortImpl.getContext() |
Context |
FlowSegmentImpl.getContext() |
Context |
FlowEndImpl.getContext() |
Context |
EndToEndFlowSegmentImpl.getContext() |
Context |
ConnectedElementImpl.getContext() |
Modifier and Type | Method and Description |
---|---|
void |
TriggerPortImpl.setContext(Context newContext) |
void |
FlowSegmentImpl.setContext(Context newContext) |
void |
FlowEndImpl.setContext(Context newContext) |
void |
EndToEndFlowSegmentImpl.setContext(Context newContext) |
void |
ConnectedElementImpl.setContext(Context newContext) |
Modifier and Type | Method and Description |
---|---|
ConnectionInstanceEnd |
ConnectionInstance.getInstantiatedEndPoint(ComponentInstance ctxt,
ConnectionEnd connEndPoint,
Context connCtxt) |
Modifier and Type | Method and Description |
---|---|
ConnectionInstanceEnd |
ConnectionInstanceImpl.getInstantiatedEndPoint(ComponentInstance ctxt,
ConnectionEnd connEndPoint,
Context connCtxt)
find the connection endpoint within the component instance
|
Modifier and Type | Method and Description |
---|---|
T |
Aadl2Switch.caseContext(Context object)
Returns the result of interpreting the object as an instance of 'Context'.
|
boolean |
Aadl2Validator.validateContext(Context context,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> theContext) |
Modifier and Type | Method and Description |
---|---|
ConnectionEnd |
PropertiesLinkingService.findAccessConnectionEnd(AccessConnection conn,
Context cxt,
java.lang.String name) |
ConnectionEnd |
PropertiesLinkingService.findFeatureConnectionEnd(FeatureConnection connection,
Context cxt,
java.lang.String name) |
ConnectionEnd |
PropertiesLinkingService.findFeatureGroupConnectionEnd(FeatureGroupConnection connection,
Context cxt,
java.lang.String name) |
ConnectionEnd |
PropertiesLinkingService.findParameterConnectionEnd(ParameterConnection conn,
Context cxt,
java.lang.String name) |
PortConnectionEnd |
PropertiesLinkingService.findPortConnectionEnd(PortConnection conn,
Context cxt,
java.lang.String portName) |