Package | Description |
---|---|
ptolemy.actor |
Executable entities.
|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<NamedObj,ActorExecutionAspect> |
Director._aspectForActor
Contains a map of actors and the ExecutionAspect that is specified for the actor.
|
protected java.util.List<ActorExecutionAspect> |
Director._executionAspects
ExecutionAspects in the container of this director.
|
protected java.util.HashMap<ActorExecutionAspect,Time> |
Director._nextScheduleTime
Next time the aspect wants to be executed.
|
Modifier and Type | Method and Description |
---|---|
ActorExecutionAspect |
Director.getExecutionAspect(NamedObj actor)
Find the ExecutionAspect for the actor.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionAspectListener.initialize(java.util.List<NamedObj> actors,
ActorExecutionAspect scheduler)
Initialize listener.
|
static Time |
ExecutionAspectHelper.schedule(ActorExecutionAspect aspect,
NamedObj actor,
Time environmentTime,
Time deadline)
Schedule an actor for execution on an aspect and return the next time
this aspect has to perform an action.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionAspectPlotterEditorFactory.initialize(java.util.List<NamedObj> actors,
ActorExecutionAspect scheduler)
Initialize plot.
|