org.eclipse.etrice.core.room
Interface LogicalSystem

All Superinterfaces:
RoomClass, StructureClass
All Known Implementing Classes:
LogicalSystemImpl

public interface LogicalSystem
extends StructureClass

A representation of the model object 'Logical System'.

The following features are supported:

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

Method Summary
  getSubSystems()
          Returns the value of the 'Sub Systems' containment reference list.
 
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

getSubSystems

 getSubSystems()
Returns the value of the 'Sub Systems' containment reference list. The list contents are of type SubSystemRef.

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

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