Interface StateTransitionTarget
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ExclusiveAlternativeStateTransitionTarget
,SingleStateTransitionTarget
public interface StateTransitionTarget
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'State Transition Target'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<TargetState>
getTo()
Returns the value of the 'To' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTo
org.eclipse.emf.common.util.EList<TargetState> getTo()Returns the value of the 'To' containment reference list. The list contents are of typeTargetState
.- Returns:
- the value of the 'To' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-