edu.cmu.sei.aadl.aadl2
Interface ModeTransition

All Superinterfaces:
AObject, ClassifierFeature, Element, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, ModeFeature, NamedElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ModeTransitionImpl

public interface ModeTransition
extends ModeFeature

A representation of the model object 'Mode Transition'.

The following features are supported:

See Also:
Aadl2Package.getModeTransition()

Field Summary
 
Fields inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject
copyright
 
Method Summary
 TriggerPort createOwnedTrigger()
          Creates a new TriggerPort and appends it to the 'Owned Trigger' containment reference list
 Mode getDestination()
          Returns the value of the 'Destination' reference
 org.eclipse.emf.common.util.EList<TriggerPort> getOwnedTriggers()
          Returns the value of the 'Owned Trigger' containment reference list.
 Mode getSource()
          Returns the value of the 'Source' reference
 org.eclipse.emf.common.util.EList<ModeTransitionTrigger> getTriggers()
          Returns the value of the 'Trigger' reference list.
 void setDestination(Mode value)
          Sets the value of the 'Destination' reference
 void setSource(Mode value)
          Sets the value of the 'Source' reference
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.ClassifierFeature
getFeaturingClassifiers
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.NamedElement
acceptsProperty, allNamespaces, checkPropertyAssociation, createOwnedPropertyAssociation, getName, getNamespace, getOwnedPropertyAssociations, getPropertyValue, getPropertyValueInternal, getPropertyValueList, getQualifiedName, getSimplePropertyValue, has_no_qualified_name, has_qualified_name, hasName, isDistinguishableFrom, qualifiedName, removePropertyAssociations, removePropertyAssociations, separator, setName, setPropertyValue, setPropertyValue, setPropertyValue
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.Element
allOwnedElements, createOwnedComment, getChildren, getContainingClassifier, getContainingComponentImpl, getElementRoot, getOwnedComments, getOwnedElements, getOwner, has_owner, mustBeOwned, not_own_self
 
Methods inherited from interface edu.cmu.sei.aadl.aadl2.parsesupport.AObject
getLocationReference, 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
 

Method Detail

getSource

Mode getSource()
Returns the value of the 'Source' reference.

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

Returns:
the value of the 'Source' reference.
See Also:
setSource(Mode), Aadl2Package.getModeTransition_Source()

setSource

void setSource(Mode value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()

getDestination

Mode getDestination()
Returns the value of the 'Destination' reference.

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

Returns:
the value of the 'Destination' reference.
See Also:
setDestination(Mode), Aadl2Package.getModeTransition_Destination()

setDestination

void setDestination(Mode value)
Sets the value of the 'Destination' reference.

Parameters:
value - the new value of the 'Destination' reference.
See Also:
getDestination()

getTriggers

org.eclipse.emf.common.util.EList<ModeTransitionTrigger> getTriggers()
Returns the value of the 'Trigger' reference list. The list contents are of type ModeTransitionTrigger.

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

Returns:
the value of the 'Trigger' reference list.
See Also:
Aadl2Package.getModeTransition_Trigger()

getOwnedTriggers

org.eclipse.emf.common.util.EList<TriggerPort> getOwnedTriggers()
Returns the value of the 'Owned Trigger' containment reference list. The list contents are of type TriggerPort.

This feature subsets the following features:

If the meaning of the 'Owned Trigger' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owned Trigger' containment reference list.
See Also:
Aadl2Package.getModeTransition_OwnedTrigger()

createOwnedTrigger

TriggerPort createOwnedTrigger()
Creates a new TriggerPort and appends it to the 'Owned Trigger' containment reference list.

Returns:
The new TriggerPort.
See Also:
getOwnedTriggers()