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.
 void setActorClass(ActorClass value)
          Sets the value of the 'Actor Class' reference.
 
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