org.eclipse.etrice.core.room
Interface ChoicepointTerminal

All Superinterfaces:
TransitionTerminal
All Known Implementing Classes:
ChoicepointTerminalImpl

public interface ChoicepointTerminal
extends TransitionTerminal

A representation of the model object 'Choicepoint Terminal'.

The following features are supported:

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

Method Summary
 ChoicePoint getCp()
          Returns the value of the 'Cp' reference.
 void setCp(ChoicePoint value)
          Sets the value of the 'Cp' reference.
 

Method Detail

getCp

ChoicePoint getCp()
Returns the value of the 'Cp' reference.

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

Returns:
the value of the 'Cp' reference.
See Also:
setCp(ChoicePoint), RoomPackage.getChoicepointTerminal_Cp()
EMF generated code
EMF model element

setCp

void setCp(ChoicePoint value)
Sets the value of the 'Cp' reference.

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