org.eclipse.etrice.core.room
Interface ActorRef

All Superinterfaces:
ActorContainerRef
All Known Implementing Classes:
ActorRefImpl

public interface ActorRef
extends ActorContainerRef

A representation of the model object 'Actor Ref'.

The following features are supported:

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

Method Summary
 int getSize()
          Returns the value of the 'Size' attribute.
 ActorClass getType()
          Returns the value of the 'Type' reference.
 void setSize(int value)
          Sets the value of the 'Size' attribute.
 void setType(ActorClass value)
          Sets the value of the 'Type' reference.
 
Methods inherited from interface org.eclipse.etrice.core.room.ActorContainerRef
getDocu, getName, setDocu, setName
 

Method Detail

getSize

int getSize()
Returns the value of the 'Size' attribute. The default value is "1".

If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Size' attribute.
See Also:
setSize(int), RoomPackage.getActorRef_Size()
EMF generated code
EMF model element
default="1"

setSize

void setSize(int value)
Sets the value of the 'Size' attribute.

Parameters:
value - the new value of the 'Size' attribute.
See Also:
getSize()
EMF generated code

getType

ActorClass getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(ActorClass), RoomPackage.getActorRef_Type()
EMF generated code
EMF model element

setType

void setType(ActorClass value)
Sets the value of the 'Type' reference.

Parameters:
value - the new value of the 'Type' reference.
See Also:
getType()
EMF generated code