|
SAM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Transition
A representation of the model object 'Transition'. A transition represents the link between 2 states of an automaton. The condition attribute represents the event/condition string. The priority is used only is there are multiple link outgoing from one state. A transition outgoing from a macro-state has a greater priority than its internal transitions.
The following features are supported:
SAMPackage.getTransition()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getCondition()
Returns the value of the 'Condition' attribute |
State |
getDest()
Returns the value of the 'Dest' reference. |
java.lang.String |
getEmission()
Returns the value of the 'Emission' attribute |
Automaton |
getParentAutomaton()
Returns the value of the 'Parent Automaton' container reference. |
java.lang.Integer |
getPriority()
Returns the value of the 'Priority' attribute |
AbstractState |
getSource()
Returns the value of the 'Source' reference. |
void |
setCondition(java.lang.String value)
Sets the value of the ' Condition ' attribute.
|
void |
setDest(State value)
Sets the value of the ' Dest ' reference.
|
void |
setEmission(java.lang.String value)
Sets the value of the ' Emission ' attribute.
|
void |
setParentAutomaton(Automaton value)
Sets the value of the ' Parent Automaton ' container reference |
void |
setPriority(java.lang.Integer value)
Sets the value of the ' Priority ' attribute.
|
void |
setSource(AbstractState value)
Sets the value of the ' Source ' reference.
|
Methods inherited from interface org.topcased.sam.IdentifiedItem |
---|
getComment, getRequirements, setComment, setRequirements |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
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 |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getCondition()
If the meaning of the 'Condition' attribute isn't clear, there really should be more of a description here...
setCondition(String)
,
SAMPackage.getTransition_Condition()
void setCondition(java.lang.String value)
Condition
' attribute.
value
- the new value of the 'Condition' attribute.getCondition()
java.lang.String getEmission()
If the meaning of the 'Emission' attribute isn't clear, there really should be more of a description here...
setEmission(String)
,
SAMPackage.getTransition_Emission()
void setEmission(java.lang.String value)
Emission
' attribute.
value
- the new value of the 'Emission' attribute.getEmission()
java.lang.Integer getPriority()
If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
setPriority(Integer)
,
SAMPackage.getTransition_Priority()
void setPriority(java.lang.Integer value)
Priority
' attribute.
value
- the new value of the 'Priority' attribute.getPriority()
State getDest()
Inlink
'.
If the meaning of the 'Dest' reference isn't clear, there really should be more of a description here...
setDest(State)
,
SAMPackage.getTransition_Dest()
,
State.getInlink()
void setDest(State value)
Dest
' reference.
value
- the new value of the 'Dest' reference.getDest()
Automaton getParentAutomaton()
List Transitions
'.
If the meaning of the 'Parent Automaton' container reference isn't clear, there really should be more of a description here...
setParentAutomaton(Automaton)
,
SAMPackage.getTransition_ParentAutomaton()
,
Automaton.getListTransitions()
void setParentAutomaton(Automaton value)
Parent Automaton
' container reference.
value
- the new value of the 'Parent Automaton' container reference.getParentAutomaton()
AbstractState getSource()
Outlink
'.
If the meaning of the 'Source' reference isn't clear, there really should be more of a description here...
setSource(AbstractState)
,
SAMPackage.getTransition_Source()
,
AbstractState.getOutlink()
void setSource(AbstractState value)
Source
' reference.
value
- the new value of the 'Source' reference.getSource()
|
SAM | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.