org.eclipse.etrice.core.room
Interface TransitionPoint

All Superinterfaces:
StateGraphItem, StateGraphNode, TrPoint
All Known Implementing Classes:
TransitionPointImpl

public interface TransitionPoint
extends TrPoint

A representation of the model object 'Transition Point'.

The following features are supported:

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

Method Summary
 boolean isHandler()
          Returns the value of the 'Handler' attribute.
 void setHandler(boolean value)
          Sets the value of the 'Handler' attribute.
 
Methods inherited from interface org.eclipse.etrice.core.room.TrPoint
getName, setName
 

Method Detail

isHandler

boolean isHandler()
Returns the value of the 'Handler' attribute.

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

Returns:
the value of the 'Handler' attribute.
See Also:
setHandler(boolean), RoomPackage.getTransitionPoint_Handler()
EMF generated code
EMF model element

setHandler

void setHandler(boolean value)
Sets the value of the 'Handler' attribute.

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