org.eclipse.etrice.core.room
Interface Trigger

All Known Implementing Classes:
TriggerImpl

public interface Trigger

A representation of the model object 'Trigger'.

The following features are supported:

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

Method Summary
 Guard getGuard()
          Returns the value of the 'Guard' containment reference.
  getMsgFromIfPairs()
          Returns the value of the 'Msg From If Pairs' containment reference list.
 void setGuard(Guard value)
          Sets the value of the 'Guard' containment reference.
 

Method Detail

getMsgFromIfPairs

 getMsgFromIfPairs()
Returns the value of the 'Msg From If Pairs' containment reference list. The list contents are of type MessageFromIf.

If the meaning of the 'Msg From If Pairs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Msg From If Pairs' containment reference list.
See Also:
RoomPackage.getTrigger_MsgFromIfPairs()
EMF generated code
EMF model element
containment="true"

getGuard

Guard getGuard()
Returns the value of the 'Guard' containment reference.

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

Returns:
the value of the 'Guard' containment reference.
See Also:
setGuard(Guard), RoomPackage.getTrigger_Guard()
EMF generated code
EMF model element
containment="true"

setGuard

void setGuard(Guard value)
Sets the value of the 'Guard' containment reference.

Parameters:
value - the new value of the 'Guard' containment reference.
See Also:
getGuard()
EMF generated code