Modifier and Type | Method and Description |
---|---|
QualifiedObservableErrorPropagationPoint |
ErrorModelFactory.createQualifiedObservableErrorPropagationPoint()
Returns a new object of class 'Qualified Observable Error Propagation Point'.
|
QualifiedObservableErrorPropagationPoint |
ObservablePropagationConnection.getSource()
Returns the value of the 'Source' containment reference.
|
QualifiedObservableErrorPropagationPoint |
ObservablePropagationConnection.getTarget()
Returns the value of the 'Target' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ObservablePropagationConnection.setSource(QualifiedObservableErrorPropagationPoint value)
Sets the value of the '
Source ' containment reference. |
void |
ObservablePropagationConnection.setTarget(QualifiedObservableErrorPropagationPoint value)
Sets the value of the '
Target ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
QualifiedObservableErrorPropagationPointImpl
An implementation of the model object 'Qualified Observable Error Propagation Point'.
|
Modifier and Type | Method and Description |
---|---|
QualifiedObservableErrorPropagationPoint |
ErrorModelFactoryImpl.createQualifiedObservableErrorPropagationPoint() |
QualifiedObservableErrorPropagationPoint |
ObservablePropagationConnectionImpl.getSource() |
QualifiedObservableErrorPropagationPoint |
ObservablePropagationConnectionImpl.getTarget() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ObservablePropagationConnectionImpl.basicSetSource(QualifiedObservableErrorPropagationPoint newSource,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ObservablePropagationConnectionImpl.basicSetTarget(QualifiedObservableErrorPropagationPoint newTarget,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ObservablePropagationConnectionImpl.setSource(QualifiedObservableErrorPropagationPoint newSource) |
void |
ObservablePropagationConnectionImpl.setTarget(QualifiedObservableErrorPropagationPoint newTarget) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseQualifiedObservableErrorPropagationPoint(QualifiedObservableErrorPropagationPoint object)
Returns the result of interpreting the object as an instance of 'Qualified Observable Error Propagation Point'.
|