org.eclipse.etrice.core.room
Interface StateMachine

All Superinterfaces:
StateGraph
All Known Implementing Classes:
StateMachineImpl

public interface StateMachine
extends StateGraph

A representation of the model object 'State Machine'.

The following features are supported:

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

Method Summary
 boolean isDataDriven()
          Returns the value of the 'Data Driven' attribute.
 void setDataDriven(boolean value)
          Sets the value of the 'Data Driven' attribute.
 
Methods inherited from interface org.eclipse.etrice.core.room.StateGraph
getChPoints, getStates, getTransitions, getTrPoints
 

Method Detail

isDataDriven

boolean isDataDriven()
Returns the value of the 'Data Driven' attribute.

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

Returns:
the value of the 'Data Driven' attribute.
See Also:
setDataDriven(boolean), RoomPackage.getStateMachine_DataDriven()
EMF generated code
EMF model element

setDataDriven

void setDataDriven(boolean value)
Sets the value of the 'Data Driven' attribute.

Parameters:
value - the new value of the 'Data Driven' attribute.
See Also:
isDataDriven()
EMF generated code