org.eclipse.etrice.core.room
Interface ProtocolSemantics

All Known Implementing Classes:
ProtocolSemanticsImpl

public interface ProtocolSemantics

A representation of the model object 'Protocol Semantics'.

The following features are supported:

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

Method Summary
  getRules()
          Returns the value of the 'Rules' containment reference list.
 

Method Detail

getRules

 getRules()
Returns the value of the 'Rules' containment reference list. The list contents are of type SemanticsRule.

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

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