SAM

org.topcased.sam
Interface Transition

All Superinterfaces:
EModelElement, EObject, IdentifiedItem, Notifier
All Known Implementing Classes:
TransitionImpl

public interface Transition
extends IdentifiedItem

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:

See Also:
SAMPackage.getTransition()
** Generated **
Model:

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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getCondition

java.lang.String getCondition()
Returns the value of the 'Condition' attribute.

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

Returns:
the value of the 'Condition' attribute.
See Also:
setCondition(String), SAMPackage.getTransition_Condition()
** Generated **
Model:

setCondition

void setCondition(java.lang.String value)
Sets the value of the 'Condition' attribute.

Parameters:
value - the new value of the 'Condition' attribute.
See Also:
getCondition()
** Generated **

getEmission

java.lang.String getEmission()
Returns the value of the 'Emission' attribute.

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

Returns:
the value of the 'Emission' attribute.
See Also:
setEmission(String), SAMPackage.getTransition_Emission()
** Generated **
Model:

setEmission

void setEmission(java.lang.String value)
Sets the value of the 'Emission' attribute.

Parameters:
value - the new value of the 'Emission' attribute.
See Also:
getEmission()
** Generated **

getPriority

java.lang.Integer getPriority()
Returns the value of the 'Priority' attribute.

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

Returns:
the value of the 'Priority' attribute.
See Also:
setPriority(Integer), SAMPackage.getTransition_Priority()
** Generated **
Model:

setPriority

void setPriority(java.lang.Integer value)
Sets the value of the 'Priority' attribute.

Parameters:
value - the new value of the 'Priority' attribute.
See Also:
getPriority()
** Generated **

getDest

State getDest()
Returns the value of the 'Dest' reference. It is bidirectional and its opposite is 'Inlink'.

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

Returns:
the value of the 'Dest' reference.
See Also:
setDest(State), SAMPackage.getTransition_Dest(), State.getInlink()
** Generated **
Model:
opposite="inlink" resolveProxies="false" required="true"

setDest

void setDest(State value)
Sets the value of the 'Dest' reference.

Parameters:
value - the new value of the 'Dest' reference.
See Also:
getDest()
** Generated **

getParentAutomaton

Automaton getParentAutomaton()
Returns the value of the 'Parent Automaton' container reference. It is bidirectional and its opposite is 'List Transitions'.

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

Returns:
the value of the 'Parent Automaton' container reference.
See Also:
setParentAutomaton(Automaton), SAMPackage.getTransition_ParentAutomaton(), Automaton.getListTransitions()
** Generated **
Model:
opposite="listTransitions" resolveProxies="false" required="true"

setParentAutomaton

void setParentAutomaton(Automaton value)
Sets the value of the 'Parent Automaton' container reference.

Parameters:
value - the new value of the 'Parent Automaton' container reference.
See Also:
getParentAutomaton()
** Generated **

getSource

AbstractState getSource()
Returns the value of the 'Source' reference. It is bidirectional and its opposite is 'Outlink'.

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(AbstractState), SAMPackage.getTransition_Source(), AbstractState.getOutlink()
** Generated **
Model:
opposite="outlink" resolveProxies="false" required="true"

setSource

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

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

SAM

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.