| Class | Description |
|---|---|
| ActiveActorManager |
An active actor manager iterates an active actor until its postfire()
returns false, or the director is requested to stop.
|
| CIActor |
A base class for actors specific to the CI domain.
|
| CIDirector |
Director of the component interaction (CI) domain.
|
| CIReceiver |
An implementation of the ptolemy.actor.Receiver interface for the CI
domain.
|