org.eclipse.etrice.core.room
Interface TriggeredTransition

All Superinterfaces:
NonInitialTransition, StateGraphItem, Transition, TransitionChainStartTransition
All Known Implementing Classes:
TriggeredTransitionImpl

public interface TriggeredTransition
extends TransitionChainStartTransition

A representation of the model object 'Triggered Transition'.

The following features are supported:

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

Method Summary
  getTriggers()
          Returns the value of the 'Triggers' containment reference list.
 
Methods inherited from interface org.eclipse.etrice.core.room.NonInitialTransition
getFrom, setFrom
 
Methods inherited from interface org.eclipse.etrice.core.room.Transition
getAction, getDocu, getName, getTo, setAction, setDocu, setName, setTo
 

Method Detail

getTriggers

 getTriggers()
Returns the value of the 'Triggers' containment reference list. The list contents are of type Trigger.

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

Returns:
the value of the 'Triggers' containment reference list.
See Also:
RoomPackage.getTriggeredTransition_Triggers()
EMF generated code
EMF model element
containment="true"