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
 BaseState getState()
          Returns the value of the 'State' reference.
 void setState(BaseState value)
          Sets the value of the 'State' reference.
 

Method Detail

getState

BaseState 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(BaseState), RoomPackage.getStateTerminal_State()
EMF generated code
EMF model element

setState

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

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