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

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

public interface ModeTransitionInstance
extends InstanceObject

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

The following features are supported:

See Also:
InstancePackage.getModeTransitionInstance()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 void addDstModeTransitionConnection(ModeTransitionConnectionInstance value)
          Adds to the list the value of the 'Dst Mode Transition Connection' reference list
 ModeInstance getDst()
          Returns the value of the 'Dst' reference.
 org.eclipse.emf.common.util.EList getDstModeTransitionConnection()
          Returns the value of the 'Dst Mode Transition Connection' reference list.
 ModeTransition getModeTransition()
          Returns the value of the 'Mode Transition' reference
 ModeInstance getSrc()
          Returns the value of the 'Src' reference.
 void setDst(ModeInstance value)
          Sets the value of the 'Dst' reference
 void setModeTransition(ModeTransition value)
          Sets the value of the 'Mode Transition' reference
 void setSrc(ModeInstance value)
          Sets the value of the 'Src' reference
 
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

getDstModeTransitionConnection

org.eclipse.emf.common.util.EList getDstModeTransitionConnection()
Returns the value of the 'Dst Mode Transition Connection' reference list. The list contents are of type ModeTransitionConnectionInstance. It is bidirectional and its opposite is 'Dst'.

Get the mode transition connections that drive this mode transition. This method is sensitive to the current system operation mode. If this object is not part of system instance, then all the connections are returned; modifying the returned list in this case will change the model.. If this object is part of a system instance and the the current SOM is set, then this method only returns those connection instances that exist in the current SOM. Modifying the returned list in this case will not change the model. If the current SOM is not set, then it returns all the connection instances; modifying the returned list in this case will change the model.

Returns:
the value of the 'Dst Mode Transition Connection' reference list.
See Also:
InstancePackage.getModeTransitionInstance_DstModeTransitionConnection(), ModeTransitionConnectionInstance.getDst()

addDstModeTransitionConnection

void addDstModeTransitionConnection(ModeTransitionConnectionInstance value)
Adds to the list the value of the 'Dst Mode Transition Connection' reference list.

Parameters:
value - the value to add to 'Dst Mode Transition Connection' reference list.

getSrc

ModeInstance getSrc()
Returns the value of the 'Src' reference. It is bidirectional and its opposite is 'Src Mode Transition'.

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(ModeInstance), InstancePackage.getModeTransitionInstance_Src(), ModeInstance.getSrcModeTransition()

setSrc

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

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

getDst

ModeInstance getDst()
Returns the value of the 'Dst' reference. It is bidirectional and its opposite is 'Dst Mode Transition'.

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(ModeInstance), InstancePackage.getModeTransitionInstance_Dst(), ModeInstance.getDstModeTransition()

setDst

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

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

getModeTransition

ModeTransition getModeTransition()
Returns the value of the 'Mode Transition' reference.

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

Returns:
the value of the 'Mode Transition' reference.
See Also:
setModeTransition(ModeTransition), InstancePackage.getModeTransitionInstance_ModeTransition()

setModeTransition

void setModeTransition(ModeTransition value)
Sets the value of the 'Mode Transition' reference.

Parameters:
value - the new value of the 'Mode Transition' reference.
See Also:
getModeTransition()