org.eclipse.etrice.core.room
Interface ActorContainerClass

All Superinterfaces:
RoomClass, StructureClass
All Known Subinterfaces:
ActorClass, ExpandedActorClass, SubSystemClass
All Known Implementing Classes:
ActorClassImpl, ActorContainerClassImpl, ExpandedActorClassImpl, SubSystemClassImpl

public interface ActorContainerClass
extends StructureClass

A representation of the model object 'Actor Container Class'.

The following features are supported:

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

Method Summary
  getActorRefs()
          Returns the value of the 'Actor Refs' containment reference list.
  getIfSPPs()
          Returns the value of the 'If SP Ps' containment reference list.
 DetailCode getUserCode1()
          Returns the value of the 'User Code1' containment reference.
 DetailCode getUserCode2()
          Returns the value of the 'User Code2' containment reference.
 DetailCode getUserCode3()
          Returns the value of the 'User Code3' containment reference.
 void setUserCode1(DetailCode value)
          Sets the value of the 'User Code1' containment reference.
 void setUserCode2(DetailCode value)
          Sets the value of the 'User Code2' containment reference.
 void setUserCode3(DetailCode value)
          Sets the value of the 'User Code3' containment reference.
 
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

getIfSPPs

 getIfSPPs()
Returns the value of the 'If SP Ps' containment reference list. The list contents are of type SPPRef.

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

Returns:
the value of the 'If SP Ps' containment reference list.
See Also:
RoomPackage.getActorContainerClass_IfSPPs()
EMF generated code
EMF model element
containment="true"

getUserCode1

DetailCode getUserCode1()
Returns the value of the 'User Code1' containment reference.

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

Returns:
the value of the 'User Code1' containment reference.
See Also:
setUserCode1(DetailCode), RoomPackage.getActorContainerClass_UserCode1()
EMF generated code
EMF model element
containment="true"

setUserCode1

void setUserCode1(DetailCode value)
Sets the value of the 'User Code1' containment reference.

Parameters:
value - the new value of the 'User Code1' containment reference.
See Also:
getUserCode1()
EMF generated code

getUserCode2

DetailCode getUserCode2()
Returns the value of the 'User Code2' containment reference.

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

Returns:
the value of the 'User Code2' containment reference.
See Also:
setUserCode2(DetailCode), RoomPackage.getActorContainerClass_UserCode2()
EMF generated code
EMF model element
containment="true"

setUserCode2

void setUserCode2(DetailCode value)
Sets the value of the 'User Code2' containment reference.

Parameters:
value - the new value of the 'User Code2' containment reference.
See Also:
getUserCode2()
EMF generated code

getUserCode3

DetailCode getUserCode3()
Returns the value of the 'User Code3' containment reference.

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

Returns:
the value of the 'User Code3' containment reference.
See Also:
setUserCode3(DetailCode), RoomPackage.getActorContainerClass_UserCode3()
EMF generated code
EMF model element
containment="true"

setUserCode3

void setUserCode3(DetailCode value)
Sets the value of the 'User Code3' containment reference.

Parameters:
value - the new value of the 'User Code3' containment reference.
See Also:
getUserCode3()
EMF generated code

getActorRefs

 getActorRefs()
Returns the value of the 'Actor Refs' containment reference list. The list contents are of type ActorRef.

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

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