org.eclipse.etrice.core.room
Interface StructureClass

All Superinterfaces:
RoomClass
All Known Subinterfaces:
ActorClass, ActorContainerClass, ExpandedActorClass, LogicalSystem, SubSystemClass
All Known Implementing Classes:
ActorClassImpl, ActorContainerClassImpl, ExpandedActorClassImpl, LogicalSystemImpl, StructureClassImpl, SubSystemClassImpl

public interface StructureClass
extends RoomClass

A representation of the model object 'Structure Class'.

The following features are supported:

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

Method Summary
  getBindings()
          Returns the value of the 'Bindings' containment reference list.
  getConnections()
          Returns the value of the 'Connections' containment reference list.
 
Methods inherited from interface org.eclipse.etrice.core.room.RoomClass
getDocu, getName, setDocu, setName
 

Method Detail

getBindings

 getBindings()
Returns the value of the 'Bindings' containment reference list. The list contents are of type Binding.

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

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

getConnections

 getConnections()
Returns the value of the 'Connections' containment reference list. The list contents are of type LayerConnection.

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

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