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

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:
ModeTransitionConnectionInstanceImpl

public interface ModeTransitionConnectionInstance
extends ConnectionInstance

A representation of the model object 'Mode Transition Connection Instance'.

The following features are supported:

See Also:
InstancePackage.getModeTransitionConnectionInstance()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 ModeTransitionInstance getDst()
          Returns the value of the 'Dst' reference.
 FeatureInstance getSrc()
          Returns the value of the 'Src' reference.
 void setDst(ModeTransitionInstance value)
          Sets the value of the 'Dst' reference
 void setSrc(FeatureInstance 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

getSrc

FeatureInstance getSrc()
Returns the value of the 'Src' reference. It is bidirectional and its opposite is 'Src Mode Transition 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(FeatureInstance), InstancePackage.getModeTransitionConnectionInstance_Src(), FeatureInstance.getSrcModeTransitionConnection()

setSrc

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

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

getDst

ModeTransitionInstance getDst()
Returns the value of the 'Dst' reference. It is bidirectional and its opposite is 'Dst Mode Transition 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(ModeTransitionInstance), InstancePackage.getModeTransitionConnectionInstance_Dst(), ModeTransitionInstance.getDstModeTransitionConnection()

setDst

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

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