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 |
AbstractFeature
A representation of the model object 'Abstract Feature'.
|
interface |
Access
A representation of the model object 'Access'.
|
interface |
AccessConnectionEnd
A representation of the model object 'Access Connection End'.
|
interface |
BusAccess
A representation of the model object 'Bus Access'.
|
interface |
BusSubcomponent
A representation of the model object 'Bus Subcomponent'.
|
interface |
DataAccess
A representation of the model object 'Data Access'.
|
interface |
DataPort
A representation of the model object 'Data Port'.
|
interface |
DataSubcomponent
A representation of the model object 'Data Subcomponent'.
|
interface |
DirectedFeature
A representation of the model object 'Directed Feature'.
|
interface |
ElementName
A representation of the model object 'Element Name'.
|
interface |
EventDataPort
A representation of the model object 'Event Data Port'.
|
interface |
EventPort
A representation of the model object 'Event Port'.
|
interface |
Feature
A representation of the model object 'Feature'.
|
interface |
FeatureConnectionEnd
A representation of the model object 'Feature Connection End'.
|
interface |
FeatureGroup
A representation of the model object 'Feature Group'.
|
interface |
FeatureGroupConnectionEnd
A representation of the model object 'Feature Group Connection End'.
|
interface |
Parameter
A representation of the model object 'Parameter'.
|
interface |
ParameterConnectionEnd
A representation of the model object 'Parameter Connection End'.
|
interface |
Port
A representation of the model object 'Port'.
|
interface |
PortConnectionEnd
A representation of the model object 'Port Connection End'.
|
interface |
SubprogramAccess
A representation of the model object 'Subprogram Access'.
|
interface |
SubprogramGroupAccess
A representation of the model object 'Subprogram Group Access'.
|
interface |
SubprogramGroupSubcomponent
A representation of the model object 'Subprogram Group Subcomponent'.
|
interface |
SubprogramSubcomponent
A representation of the model object 'Subprogram Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
ConnectionEnd |
Connection.getAllDestination()
get destination
in case of a refined connection get it from the connection being refined
|
ConnectionEnd |
Connection.getAllSource()
get source
in case of a refined connection get it from the connection being refine
|
ConnectionEnd |
ConnectedElement.getConnectionEnd()
Returns the value of the 'Connection End' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectedElement.setConnectionEnd(ConnectionEnd value)
Sets the value of the '
Connection End ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFeatureImpl
An implementation of the model object 'Abstract Feature'.
|
class |
AccessConnectionEndImpl
An implementation of the model object 'Access Connection End'.
|
class |
AccessImpl
An implementation of the model object 'Access'.
|
class |
BusAccessImpl
An implementation of the model object 'Bus Access'.
|
class |
BusSubcomponentImpl
An implementation of the model object 'Bus Subcomponent'.
|
class |
ConnectionEndImpl
An implementation of the model object 'Connection End'.
|
class |
DataAccessImpl
An implementation of the model object 'Data Access'.
|
class |
DataPortImpl
An implementation of the model object 'Data Port'.
|
class |
DataSubcomponentImpl
An implementation of the model object 'Data Subcomponent'.
|
class |
DirectedFeatureImpl
An implementation of the model object 'Directed Feature'.
|
class |
ElementNameImpl
An implementation of the model object 'Element Name'.
|
class |
EventDataPortImpl
An implementation of the model object 'Event Data Port'.
|
class |
EventPortImpl
An implementation of the model object 'Event Port'.
|
class |
FeatureConnectionEndImpl
An implementation of the model object 'Feature Connection End'.
|
class |
FeatureGroupConnectionEndImpl
An implementation of the model object 'Feature Group Connection End'.
|
class |
FeatureGroupImpl
An implementation of the model object 'Feature Group'.
|
class |
FeatureImpl
An implementation of the model object 'Feature'.
|
class |
ParameterConnectionEndImpl
An implementation of the model object 'Parameter Connection End'.
|
class |
ParameterImpl
An implementation of the model object 'Parameter'.
|
class |
PortConnectionEndImpl
An implementation of the model object 'Port Connection End'.
|
class |
PortImpl
An implementation of the model object 'Port'.
|
class |
SubprogramAccessImpl
An implementation of the model object 'Subprogram Access'.
|
class |
SubprogramGroupAccessImpl
An implementation of the model object 'Subprogram Group Access'.
|
class |
SubprogramGroupSubcomponentImpl
An implementation of the model object 'Subprogram Group Subcomponent'.
|
class |
SubprogramSubcomponentImpl
An implementation of the model object 'Subprogram Subcomponent'.
|
Modifier and Type | Method and Description |
---|---|
ConnectionEnd |
ConnectedElementImpl.basicGetConnectionEnd() |
ConnectionEnd |
ConnectionImpl.getAllDestination()
get destination
in case of a refined connection get it from the connection being refined
|
ConnectionEnd |
ConnectionImpl.getAllSource()
get source
in case of a refined connection get it from the connection being refine
|
ConnectionEnd |
ConnectedElementImpl.getConnectionEnd() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectedElementImpl.setConnectionEnd(ConnectionEnd newConnectionEnd) |
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.caseConnectionEnd(ConnectionEnd object)
Returns the result of interpreting the object as an instance of 'Connection End'.
|
boolean |
Aadl2Validator.validateConnectionEnd(ConnectionEnd connectionEnd,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
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) |