public interface ConnectionInstanceEnd extends InstanceObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ConnectionInstance> |
getDstConnectionInstances()
Returns the value of the 'Dst Connection Instance' reference list.
|
org.eclipse.emf.common.util.EList<ConnectionInstance> |
getSrcConnectionInstances()
Returns the value of the 'Src Connection Instance' reference list.
|
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
org.eclipse.emf.common.util.EList<ConnectionInstance> getSrcConnectionInstances()
ConnectionInstance
.
It is bidirectional and its opposite is 'Source
'.
If the meaning of the 'Src Connection Instace' reference list isn't clear, there really should be more of a description here...
InstancePackage.getConnectionInstanceEnd_SrcConnectionInstance()
,
ConnectionInstance.getSource()
org.eclipse.emf.common.util.EList<ConnectionInstance> getDstConnectionInstances()
ConnectionInstance
.
It is bidirectional and its opposite is 'Destination
'.
If the meaning of the 'Dst Connection Instance' reference list isn't clear, there really should be more of a description here...
InstancePackage.getConnectionInstanceEnd_DstConnectionInstance()
,
ConnectionInstance.getDestination()