org.eclipse.etrice.core.room
Interface Transition

All Superinterfaces:
StateGraphItem
All Known Subinterfaces:
ContinuationTransition, CPBranchTransition, GuardedTransition, InitialTransition, NonInitialTransition, TransitionChainStartTransition, TriggeredTransition
All Known Implementing Classes:
ContinuationTransitionImpl, CPBranchTransitionImpl, GuardedTransitionImpl, InitialTransitionImpl, NonInitialTransitionImpl, TransitionChainStartTransitionImpl, TransitionImpl, TriggeredTransitionImpl

public interface Transition
extends StateGraphItem

A representation of the model object 'Transition'.

The following features are supported:

See Also:
RoomPackage.getTransition()
EMF generated code
EMF model element

Method Summary
 DetailCode getAction()
          Returns the value of the 'Action' containment reference.
 Documentation getDocu()
          Returns the value of the 'Docu' containment reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 TransitionTerminal getTo()
          Returns the value of the 'To' containment reference.
 void setAction(DetailCode value)
          Sets the value of the 'Action' containment reference.
 void setDocu(Documentation value)
          Sets the value of the 'Docu' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setTo(TransitionTerminal value)
          Sets the value of the 'To' containment reference.
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Specified by:
getName in interface StateGraphItem
Returns:
the value of the 'Name' attribute.
See Also:
setName(String), RoomPackage.getTransition_Name()
EMF generated code
EMF model element

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
EMF generated code

getTo

TransitionTerminal getTo()
Returns the value of the 'To' containment reference.

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

Returns:
the value of the 'To' containment reference.
See Also:
setTo(TransitionTerminal), RoomPackage.getTransition_To()
EMF generated code
EMF model element
containment="true"

setTo

void setTo(TransitionTerminal value)
Sets the value of the 'To' containment reference.

Parameters:
value - the new value of the 'To' containment reference.
See Also:
getTo()
EMF generated code

getDocu

Documentation getDocu()
Returns the value of the 'Docu' containment reference.

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

Returns:
the value of the 'Docu' containment reference.
See Also:
setDocu(Documentation), RoomPackage.getTransition_Docu()
EMF generated code
EMF model element
containment="true"

setDocu

void setDocu(Documentation value)
Sets the value of the 'Docu' containment reference.

Parameters:
value - the new value of the 'Docu' containment reference.
See Also:
getDocu()
EMF generated code

getAction

DetailCode getAction()
Returns the value of the 'Action' containment reference.

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

Returns:
the value of the 'Action' containment reference.
See Also:
setAction(DetailCode), RoomPackage.getTransition_Action()
EMF generated code
EMF model element
containment="true"

setAction

void setAction(DetailCode value)
Sets the value of the 'Action' containment reference.

Parameters:
value - the new value of the 'Action' containment reference.
See Also:
getAction()
EMF generated code