public interface ObservablePropagationConnection extends org.eclipse.emf.ecore.EObject, NamedElement
The following features are supported:
Modifier and Type | Method and Description |
---|---|
QualifiedObservableErrorPropagationPoint |
getSource()
Returns the value of the 'Source' containment reference.
|
QualifiedObservableErrorPropagationPoint |
getTarget()
Returns the value of the 'Target' containment reference.
|
void |
setSource(QualifiedObservableErrorPropagationPoint value)
Sets the value of the '
Source ' containment reference. |
void |
setTarget(QualifiedObservableErrorPropagationPoint value)
Sets the value of the '
Target ' containment reference. |
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getNonModalPropertyValue, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getPropertyValues, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
getLocationReference, setLocationReference, setLocationReference
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
QualifiedObservableErrorPropagationPoint getSource()
If the meaning of the 'Source' containment reference isn't clear, there really should be more of a description here...
setSource(QualifiedObservableErrorPropagationPoint)
,
ErrorModelPackage.getObservablePropagationConnection_Source()
void setSource(QualifiedObservableErrorPropagationPoint value)
Source
' containment reference.
value
- the new value of the 'Source' containment reference.getSource()
QualifiedObservableErrorPropagationPoint getTarget()
If the meaning of the 'Target' containment reference isn't clear, there really should be more of a description here...
setTarget(QualifiedObservableErrorPropagationPoint)
,
ErrorModelPackage.getObservablePropagationConnection_Target()
void setTarget(QualifiedObservableErrorPropagationPoint value)
Target
' containment reference.
value
- the new value of the 'Target' containment reference.getTarget()