org.eclipse.etrice.core.room
Interface SubStateTrPointTerminal

All Superinterfaces:
TransitionTerminal
All Known Implementing Classes:
SubStateTrPointTerminalImpl

public interface SubStateTrPointTerminal
extends TransitionTerminal

A representation of the model object 'Sub State Tr Point Terminal'.

The following features are supported:

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

Method Summary
 BaseState getState()
          Returns the value of the 'State' reference.
 TrPoint getTrPoint()
          Returns the value of the 'Tr Point' reference.
 void setState(BaseState value)
          Sets the value of the 'State' reference.
 void setTrPoint(TrPoint value)
          Sets the value of the 'Tr Point' reference.
 

Method Detail

getTrPoint

TrPoint getTrPoint()
Returns the value of the 'Tr Point' reference.

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

Returns:
the value of the 'Tr Point' reference.
See Also:
setTrPoint(TrPoint), RoomPackage.getSubStateTrPointTerminal_TrPoint()
EMF generated code
EMF model element

setTrPoint

void setTrPoint(TrPoint value)
Sets the value of the 'Tr Point' reference.

Parameters:
value - the new value of the 'Tr Point' reference.
See Also:
getTrPoint()
EMF generated code

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.getSubStateTrPointTerminal_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