org.eclipse.etrice.core.room
Interface SubSystemClass

All Superinterfaces:
ActorContainerClass, RoomClass, StructureClass
All Known Implementing Classes:
SubSystemClassImpl

public interface SubSystemClass
extends ActorContainerClass

A representation of the model object 'Sub System Class'.

The following features are supported:

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

Method Summary
  getRelayPorts()
          Returns the value of the 'Relay Ports' containment reference list.
  getThreads()
          Returns the value of the 'Threads' containment reference list.
 
Methods inherited from interface org.eclipse.etrice.core.room.ActorContainerClass
getActorRefs, getIfSPPs, getUserCode1, getUserCode2, getUserCode3, setUserCode1, setUserCode2, setUserCode3
 
Methods inherited from interface org.eclipse.etrice.core.room.StructureClass
getBindings, getConnections
 
Methods inherited from interface org.eclipse.etrice.core.room.RoomClass
getDocu, getName, setDocu, setName
 

Method Detail

getRelayPorts

 getRelayPorts()
Returns the value of the 'Relay Ports' containment reference list. The list contents are of type Port.

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

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

getThreads

 getThreads()
Returns the value of the 'Threads' containment reference list. The list contents are of type LogicalThread.

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

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