edu.cmu.sei.aadl.model.instance
Interface AccessConnectionInstance

All Superinterfaces:
AObject, ConnectionInstance, org.eclipse.emf.ecore.EObject, FlowElementInstance, org.eclipse.core.runtime.IAdaptable, InstanceObject, NamedElement, org.eclipse.emf.common.notify.Notifier, PropertyHolder
All Known Implementing Classes:
AccessConnectionInstanceImpl

public interface AccessConnectionInstance
extends ConnectionInstance

A representation of the model object 'Access Connection Instance'.

The following features are supported:

See Also:
InstancePackage.getAccessConnectionInstance()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 FeatureInstance getDst()
          Returns the value of the 'Dst' reference.
 ComponentInstance getSrc()
          Returns the value of the 'Src' reference.
 void setDst(FeatureInstance value)
          Sets the value of the 'Dst' reference
 void setSrc(ComponentInstance value)
          Sets the value of the 'Src' reference
 
Methods inherited from interface edu.cmu.sei.aadl.model.instance.ConnectionInstance
addConnection, addConnectionContext, addInModeTransitions, addInSystemOperationMode, cloneInstance, exists, getConnection, getConnectionContext, getConnectionPropertyValues, getInModeTransitions, getInSystemOperationMode, getThroughFeatureInstances, getXDst, getXSrc
 
Methods inherited from interface edu.cmu.sei.aadl.model.instance.InstanceObject
getComponentInstanceList, getComponentInstancePath, getContainingComponentInstance, getInstanceObjectPath, getInstantiatedObjects, getSystemInstance
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.PropertyHolder
acceptsProperty, addProperty, addPropertyValue, checkPropertyAssociation, findPropertyAssociation, getProperties, getPropertyAssociation, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getSimplePropertyValue, isModalPropertyValue, removeContainedPropertyAssociations, removeContainedPropertyAssociations, removePropertyAssociations, removePropertyAssociations, setContainedPropertyValue, setContainedPropertyValue, setContainedPropertyValue, setContainedPropertyValue, setProperties, setPropertyValue, setPropertyValue, setPropertyValue, setPropertyValue
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.NamedElement
getName, setName
 
Methods inherited from interface edu.cmu.sei.aadl.model.core.AObject
addComment, getAadlSpec, getAObjectRoot, getChildren, getComment, getContainingClassifier, getContainingClassifierNameSpace, getContainingComponentImpl, getContainingComponentType, getContainingPropertyAssociationDefinitionConstant, getContainingSubcomponent, getLocationReference, getReferencedObject, getSecondReferencedObject, setLocationReference, setLocationReference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getDst

FeatureInstance getDst()
Returns the value of the 'Dst' reference. It is bidirectional and its opposite is 'Dst Access Connection'.

If the meaning of the 'Dst' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Dst' reference.
See Also:
setDst(FeatureInstance), InstancePackage.getAccessConnectionInstance_Dst(), FeatureInstance.getDstAccessConnection()

setDst

void setDst(FeatureInstance value)
Sets the value of the 'Dst' reference.

Parameters:
value - the new value of the 'Dst' reference.
See Also:
getDst()

getSrc

ComponentInstance getSrc()
Returns the value of the 'Src' reference. It is bidirectional and its opposite is 'Src Access Connection'.

If the meaning of the 'Src' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Src' reference.
See Also:
setSrc(ComponentInstance), InstancePackage.getAccessConnectionInstance_Src(), ComponentInstance.getSrcAccessConnection()

setSrc

void setSrc(ComponentInstance value)
Sets the value of the 'Src' reference.

Parameters:
value - the new value of the 'Src' reference.
See Also:
getSrc()