org.eclipse.etrice.core.room
Interface SemanticsRule

All Known Implementing Classes:
SemanticsRuleImpl

public interface SemanticsRule

A representation of the model object 'Semantics Rule'.

The following features are supported:

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

Method Summary
  getFollowUps()
          Returns the value of the 'Follow Ups' containment reference list.
 Message getMsg()
          Returns the value of the 'Msg' reference.
 void setMsg(Message value)
          Sets the value of the 'Msg' reference.
 

Method Detail

getMsg

Message getMsg()
Returns the value of the 'Msg' reference.

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

Returns:
the value of the 'Msg' reference.
See Also:
setMsg(Message), RoomPackage.getSemanticsRule_Msg()
EMF generated code
EMF model element

setMsg

void setMsg(Message value)
Sets the value of the 'Msg' reference.

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

getFollowUps

 getFollowUps()
Returns the value of the 'Follow Ups' containment reference list. The list contents are of type SemanticsRule.

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

Returns:
the value of the 'Follow Ups' containment reference list.
See Also:
RoomPackage.getSemanticsRule_FollowUps()
EMF generated code
EMF model element
containment="true"