Interface Transition<A>
- All Known Implementing Classes:
TransitionImpl
A representation of the model object 'Transition'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Returns the value of the 'Label' reference.double
Returns the value of the 'Probability' attribute.Returns the value of the 'Source' reference.Returns the value of the 'Target' reference.void
Sets the value of the 'Label
' reference.void
setProbability
(double value) Sets the value of the 'Probability
' attribute.void
Sets the value of the 'Source
' reference.void
Sets the value of the 'Target
' reference.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
-
getSource
State getSource()Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setSource
Sets the value of the 'Source
' reference.- Parameters:
value
- the new value of the 'Source' reference.- See Also:
- Generated class or method.
-
getTarget
State getTarget()Returns the value of the 'Target' reference.- Returns:
- the value of the 'Target' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setTarget
Sets the value of the 'Target
' reference.- Parameters:
value
- the new value of the 'Target' reference.- See Also:
- Generated class or method.
-
getLabel
Returns the value of the 'Label' reference.- Returns:
- the value of the 'Label' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setLabel
Sets the value of the 'Label
' reference.- Parameters:
value
- the new value of the 'Label' reference.- See Also:
- Generated class or method.
-
getProbability
double getProbability()Returns the value of the 'Probability' attribute.- Returns:
- the value of the 'Probability' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setProbability
void setProbability(double value) Sets the value of the 'Probability
' attribute.- Parameters:
value
- the new value of the 'Probability' attribute.- See Also:
- Generated class or method.
-