org.eclipse.etrice.core.room
Interface GuardedTransition

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

public interface GuardedTransition
extends TransitionChainStartTransition

A representation of the model object 'Guarded Transition'.

The following features are supported:

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

Method Summary
 DetailCode getGuard()
          Returns the value of the 'Guard' containment reference.
 void setGuard(DetailCode value)
          Sets the value of the 'Guard' containment reference.
 
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

getGuard

DetailCode getGuard()
Returns the value of the 'Guard' containment reference.

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

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

setGuard

void setGuard(DetailCode value)
Sets the value of the 'Guard' containment reference.

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