org.eclipse.etrice.generator.etricegen
Interface ActorInstance

All Superinterfaces:
InstanceBase, StructureInstance
All Known Implementing Classes:
ActorInstanceImpl

public interface ActorInstance
extends StructureInstance

A representation of the model object 'Actor Instance'.

The following features are supported:

See Also:
ETriceGenPackage.getActorInstance()
EMF generated code
EMF model element

Field Summary
 
Fields inherited from interface org.eclipse.etrice.generator.etricegen.InstanceBase
pathDelim
 
Method Summary
 ActorClass getActorClass()
          Returns the value of the 'Actor Class' reference.
 int getReplIdx()
          Returns the value of the 'Repl Idx' attribute.
 java.lang.String getUnindexedName()
          Returns the value of the 'Unindexed Name' attribute.
 void setActorClass(ActorClass value)
          Sets the value of the 'Actor Class' reference.
 void setReplIdx(int value)
          Sets the value of the 'Repl Idx' attribute.
 
Methods inherited from interface org.eclipse.etrice.generator.etricegen.StructureInstance
getAllContainedInstances, getBindings, getConnections, getInstances, getOrderedIfItemInstances, getPorts, getSaps, getServices, getSpps
 
Methods inherited from interface org.eclipse.etrice.generator.etricegen.InstanceBase
getName, getNObjIDs, getObjId, getPath, getThreadId, setName, setObjId
 

Method Detail

getActorClass

ActorClass getActorClass()
Returns the value of the 'Actor Class' reference.

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

Returns:
the value of the 'Actor Class' reference.
See Also:
setActorClass(ActorClass), ETriceGenPackage.getActorInstance_ActorClass()
EMF generated code
EMF model element

setActorClass

void setActorClass(ActorClass value)
Sets the value of the 'Actor Class' reference.

Parameters:
value - the new value of the 'Actor Class' reference.
See Also:
getActorClass()
EMF generated code

getReplIdx

int getReplIdx()
Returns the value of the 'Repl Idx' attribute. The default value is "-1".

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

Returns:
the value of the 'Repl Idx' attribute.
See Also:
setReplIdx(int), ETriceGenPackage.getActorInstance_ReplIdx()
EMF generated code
EMF model element
default="-1"

setReplIdx

void setReplIdx(int value)
Sets the value of the 'Repl Idx' attribute.

Parameters:
value - the new value of the 'Repl Idx' attribute.
See Also:
getReplIdx()
EMF generated code

getUnindexedName

java.lang.String getUnindexedName()
Returns the value of the 'Unindexed Name' attribute.

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

Returns:
the value of the 'Unindexed Name' attribute.
See Also:
ETriceGenPackage.getActorInstance_UnindexedName()
EMF generated code
EMF model element
transient="true" changeable="false" volatile="true" derived="true"