Package | Description |
---|---|
ptolemy.actor.lib.string.test |
The ptolemy.actor.lib.string.test package.
|
ptolemy.actor.sched |
Schedule related classes.
|
ptolemy.domains.continuous.kernel |
The Continuous domain kernel.
|
ptolemy.domains.sdf.kernel |
The ptolemy.domains.sdf.kernel package.
|
ptolemy.domains.sdf.optimize |
The ptolemy.domains.sdf.optimize package.
|
Modifier and Type | Class and Description |
---|---|
class |
SDFTestScheduler
A scheduler that exposes the rate variable of SDFScheduler.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedPointScheduler
A scheduler for the FixedPointDirector.
|
Modifier and Type | Method and Description |
---|---|
Scheduler |
StaticSchedulingDirector.getScheduler()
Return the scheduler that is responsible for scheduling the
directed actors.
|
Modifier and Type | Method and Description |
---|---|
protected void |
StaticSchedulingDirector._setScheduler(Scheduler scheduler)
Set the local scheduler for execution of this Director.
|
void |
StaticSchedulingDirector.setScheduler(Scheduler scheduler)
Set the scheduler for this StaticSchedulingDirector.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuousScheduler
The Static scheduler for the Continuous domain.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSDFScheduler
This class factors code out of the SDF domain, for use in different
schedulers, so that they can be implemented in a consistent fashion.
|
class |
CachedSDFScheduler
The CachedSDFScheduler extends the SDFScheduler by caching schedules.
|
class |
SDFScheduler
A scheduler that implements basic scheduling of SDF graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
OptimizingSDFScheduler
OptimizingSDFScheduler is the scheduler companion to the OptimizingSDFDirector
It works with the synchronous dataflow (SDF) model of computation to find
an optimized schedule according to a defined criterion.
|