Package | Description |
---|---|
org.osate.aadl2.errormodel.analysis | |
org.osate.aadl2.instance | |
org.osate.aadl2.instance.impl | |
org.osate.aadl2.instance.util | |
org.osate.aadl2.util |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ConnectionInstanceEnd> |
AnalysisModel.getConnectionDestinations(ConnectionInstanceEnd fi) |
java.util.Collection<ConnectionInstanceEnd> |
AnalysisModel.getConnectionSources(ConnectionInstanceEnd fi) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
OrigTraverseErrorFlows.generateConnectionText(ConnectionInstanceEnd src,
ConnectionInstanceEnd dst)
get the text to be used for the item (Component or feature)
that is the source of a failure mode
|
java.lang.String |
TraverseErrorFlows.generateConnectionText(ConnectionInstanceEnd src,
ConnectionInstanceEnd dst,
TypeToken token)
get the text to be used for the item (Component or feature)
that is the source of a failure mode
|
java.util.Collection<ConnectionInstanceEnd> |
AnalysisModel.getConnectionDestinations(ConnectionInstanceEnd fi) |
java.util.Collection<ConnectionInstanceEnd> |
AnalysisModel.getConnectionSources(ConnectionInstanceEnd fi) |
Modifier and Type | Interface and Description |
---|---|
interface |
ComponentInstance
A representation of the model object 'Component Instance'.
|
interface |
FeatureInstance
A representation of the model object 'Feature Instance'.
|
interface |
ModeTransitionInstance
A representation of the model object 'Mode Transition Instance'.
|
interface |
SystemInstance
A representation of the model object '
System Instance'.
|
Modifier and Type | Method and Description |
---|---|
ConnectionInstanceEnd |
ConnectionInstance.getDestination()
Returns the value of the 'Destination' reference.
|
ConnectionInstanceEnd |
ConnectionReference.getDestination()
Returns the value of the 'Destination' reference.
|
ConnectionInstanceEnd |
ConnectionInstance.getInstantiatedEndPoint(ComponentInstance ctxt,
ConnectionEnd connEndPoint,
Context connCtxt) |
ConnectionInstanceEnd |
ConnectionInstance.getSource()
Returns the value of the 'Source' reference.
|
ConnectionInstanceEnd |
ConnectionReference.getSource()
Returns the value of the 'Source' reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionInstance.setDestination(ConnectionInstanceEnd value)
Sets the value of the '
Destination ' reference. |
void |
ConnectionReference.setDestination(ConnectionInstanceEnd value)
Sets the value of the '
Destination ' reference. |
void |
ConnectionInstance.setSource(ConnectionInstanceEnd value)
Sets the value of the '
Source ' reference. |
void |
ConnectionReference.setSource(ConnectionInstanceEnd value)
Sets the value of the '
Source ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
ComponentInstanceImpl
An implementation of the model object 'Component Instance'.
|
class |
ConnectionInstanceEndImpl
An implementation of the model object 'Connection Instance End'.
|
class |
FeatureInstanceImpl
An implementation of the model object 'Feature Instance'.
|
class |
ModeTransitionInstanceImpl
An implementation of the model object 'Mode Transition Instance'.
|
class |
SystemInstanceImpl
An implementation of the model object '
System Instance'.
|
Modifier and Type | Method and Description |
---|---|
ConnectionInstanceEnd |
ConnectionReferenceImpl.basicGetDestination() |
ConnectionInstanceEnd |
ConnectionInstanceImpl.basicGetDestination() |
ConnectionInstanceEnd |
ConnectionReferenceImpl.basicGetSource() |
ConnectionInstanceEnd |
ConnectionInstanceImpl.basicGetSource() |
ConnectionInstanceEnd |
ConnectionReferenceImpl.getDestination() |
ConnectionInstanceEnd |
ConnectionInstanceImpl.getDestination() |
ConnectionInstanceEnd |
ConnectionInstanceImpl.getInstantiatedEndPoint(ComponentInstance ctxt,
ConnectionEnd connEndPoint,
Context connCtxt)
find the connection endpoint within the component instance
|
ConnectionInstanceEnd |
ConnectionReferenceImpl.getSource() |
ConnectionInstanceEnd |
ConnectionInstanceImpl.getSource() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ConnectionInstanceImpl.basicSetDestination(ConnectionInstanceEnd newDestination,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ConnectionInstanceImpl.basicSetSource(ConnectionInstanceEnd newSource,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ConnectionReferenceImpl.setDestination(ConnectionInstanceEnd newDestination) |
void |
ConnectionInstanceImpl.setDestination(ConnectionInstanceEnd newDestination) |
void |
ConnectionReferenceImpl.setSource(ConnectionInstanceEnd newSource) |
void |
ConnectionInstanceImpl.setSource(ConnectionInstanceEnd newSource) |
Modifier and Type | Method and Description |
---|---|
T |
InstanceSwitch.caseConnectionInstanceEnd(ConnectionInstanceEnd object)
Returns the result of interpreting the object as an instance of 'Connection Instance End'.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionInstanceEnd |
Aadl2InstanceUtil.getDestEndPointInstance(ComponentInstance ci,
ConnectionInstance conni)
Find the destination endpoint of the connection in the specified component instance
the endpoint can be a feature instance or a component instance
The connection instance may go inside the component instance
|
static ConnectionInstanceEnd |
Aadl2InstanceUtil.getSrcEndPointInstance(ComponentInstance ci,
ConnectionInstance conni)
Find the source endpoint of the connection in the specified component instance
the endpoint can be a feature instance or a component instance
The connection instance may go inside the component instance
|