org.eclipse.etrice.core.room
Interface TrPointTerminal

All Superinterfaces:
TransitionTerminal
All Known Implementing Classes:
TrPointTerminalImpl

public interface TrPointTerminal
extends TransitionTerminal

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

The following features are supported:

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

Method Summary
 TrPoint getTrPoint()
          Returns the value of the 'Tr Point' 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.getTrPointTerminal_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