org.eclipse.etrice.core.room
Interface StateTerminal

All Superinterfaces:
TransitionTerminal
All Known Implementing Classes:
StateTerminalImpl

public interface StateTerminal
extends TransitionTerminal

A representation of the model object 'State Terminal'.

The following features are supported:

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

Method Summary
 State getState()
          Returns the value of the 'State' reference.
 void setState(State value)
          Sets the value of the 'State' reference.
 

Method Detail

getState

State getState()
Returns the value of the 'State' reference.

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

Returns:
the value of the 'State' reference.
See Also:
setState(State), RoomPackage.getStateTerminal_State()
EMF generated code
EMF model element

setState

void setState(State value)
Sets the value of the 'State' reference.

Parameters:
value - the new value of the 'State' reference.
See Also:
getState()
EMF generated code