public interface ConnectionReference extends InstanceObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Connection |
getConnection()
Returns the value of the 'Connection' reference.
|
ComponentInstance |
getContext()
Returns the value of the 'Context' reference.
|
ConnectionInstanceEnd |
getDestination()
Returns the value of the 'Destination' reference.
|
ConnectionInstanceEnd |
getSource()
Returns the value of the 'Source' reference.
|
void |
setConnection(Connection value)
Sets the value of the '
Connection ' reference. |
void |
setContext(ComponentInstance value)
Sets the value of the '
Context ' reference. |
void |
setDestination(ConnectionInstanceEnd value)
Sets the value of the '
Destination ' reference. |
void |
setSource(ConnectionInstanceEnd value)
Sets the value of the '
Source ' reference. |
allEnclosingConnectionInstances, findInstanceObjects, getAllEnclosingConnectionInstances, getComponentInstance, getComponentInstancePath, getContainingComponentInstance, getExistsInModes, getInstanceObjectPath, getInstantiatedObjects, getPathName, getSystemInstance, isActive, matchesIndex
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
ComponentInstance getContext()
If the meaning of the 'Context' reference isn't clear, there really should be more of a description here...
setContext(ComponentInstance)
,
InstancePackage.getConnectionReference_Context()
void setContext(ComponentInstance value)
Context
' reference.
value
- the new value of the 'Context' reference.getContext()
Connection getConnection()
If the meaning of the 'Connection' reference isn't clear, there really should be more of a description here...
setConnection(Connection)
,
InstancePackage.getConnectionReference_Connection()
void setConnection(Connection value)
Connection
' reference.
value
- the new value of the 'Connection' reference.getConnection()
ConnectionInstanceEnd getSource()
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(ConnectionInstanceEnd)
,
InstancePackage.getConnectionReference_Source()
void setSource(ConnectionInstanceEnd value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
ConnectionInstanceEnd getDestination()
If the meaning of the 'Destination' reference isn't clear, there really should be more of a description here...
setDestination(ConnectionInstanceEnd)
,
InstancePackage.getConnectionReference_Destination()
void setDestination(ConnectionInstanceEnd value)
Destination
' reference.
value
- the new value of the 'Destination' reference.getDestination()