Package | Description |
---|---|
ptolemy.actor.process |
Process oriented actor classes.
|
ptolemy.domains.pn.kernel |
The Kahn-MacQueen process network domain.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeProcessDirector
A baseclass for directors in process oriented domains that incorporate
hierarchical heterogeneity.
|
Modifier and Type | Field and Description |
---|---|
protected ProcessDirector |
ProcessThread._director
The director responsible for the execution of the actor.
|
Modifier and Type | Method and Description |
---|---|
ProcessDirector |
MailboxBoundaryReceiver.getDirector()
Return the director in charge of this receiver, or null
if there is none.
|
Modifier and Type | Method and Description |
---|---|
protected ProcessThread |
ProcessDirector._newProcessThread(Actor actor,
ProcessDirector director)
Create a new ProcessThread for controlling the actor that
is passed as a parameter of this method.
|
Constructor and Description |
---|
ProcessThread(Actor actor,
ProcessDirector director)
Construct a thread to be used for the execution of the
iteration methods of the actor.
|
Modifier and Type | Class and Description |
---|---|
class |
PNDirector
A PNDirector governs the execution of a CompositeActor with extended
Kahn-MacQueen process networks (PN) semantics.
|
class |
TimedPNDirector
A TimedPNDirector governs the execution of a CompositeActor with
Kahn-MacQueen process networks (PN) semantics extended by introduction of a
notion of global time.
|