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

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

public interface PortConnectionInstance
extends ConnectionInstance

A representation of the model object 'Abstract Port Connection Instance'.

The following features are supported:

See Also:
InstancePackage.getPortConnectionInstance()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 ConnectionTiming computeConnectionTiming()
          Compute whether the semantic connection contains a delayed port connection by looking at the connection declarations
 FeatureInstance getDst()
          Returns the value of the 'Dst' reference.
 FeatureInstance getSrc()
          Returns the value of the 'Src' reference.
 ConnectionTiming getTiming()
          Returns the value of the 'Timing' attribute.
 boolean isDelayed()
          Is the connection a delayed connection
 void setDst(FeatureInstance value)
          Sets the value of the 'Dst' reference
 void setSrc(FeatureInstance value)
          Sets the value of the 'Src' reference
 void setTiming(ConnectionTiming value)
          Sets the value of the 'Timing' attribute
 
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 Port 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.getPortConnectionInstance_Src(), FeatureInstance.getSrcPortConnection()

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

FeatureInstance getDst()
Returns the value of the 'Dst' reference. It is bidirectional and its opposite is 'Dst Port 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.getPortConnectionInstance_Dst(), FeatureInstance.getDstPortConnection()

setDst

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

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

getTiming

ConnectionTiming getTiming()
Returns the value of the 'Timing' attribute. The default value is "Immediate". The literals are from the enumeration ConnectionTiming.

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

Returns:
the value of the 'Timing' attribute.
See Also:
ConnectionTiming, setTiming(ConnectionTiming), InstancePackage.getPortConnectionInstance_Timing()

setTiming

void setTiming(ConnectionTiming value)
Sets the value of the 'Timing' attribute.

Parameters:
value - the new value of the 'Timing' attribute.
See Also:
ConnectionTiming, getTiming()

computeConnectionTiming

ConnectionTiming computeConnectionTiming()
Compute whether the semantic connection contains a delayed port connection by looking at the connection declarations


isDelayed

boolean isDelayed()
Is the connection a delayed connection

Returns:
true if delayed