Package | Description |
---|---|
ptolemy.actor.sched |
Schedule related classes.
|
ptolemy.domains.sdf.kernel |
The ptolemy.domains.sdf.kernel package.
|
ptolemy.domains.sdf.optimize |
The ptolemy.domains.sdf.optimize package.
|
Modifier and Type | Method and Description |
---|---|
protected Schedule |
Scheduler._getSchedule()
Reschedule the model.
|
protected Schedule |
FixedPointScheduler._getSchedule()
Return the schedule.
|
Schedule |
Scheduler.getSchedule()
Return the scheduling sequence as an instance of the Schedule class.
|
Modifier and Type | Method and Description |
---|---|
protected Schedule |
CachedSDFScheduler._getSchedule()
Return the scheduling sequence.
|
protected Schedule |
SDFScheduler._getSchedule()
Return the scheduling sequence.
|
Modifier and Type | Method and Description |
---|---|
protected Schedule |
OptimizingSDFScheduler._getSchedule()
Return the scheduling sequence.
|
Schedule |
OptimalScheduleFinder.makeSchedule(java.util.Map firingVector)
Make a schedule using an exhaustive BFS-like optimizing algorithm.
|
Schedule |
OptimalScheduleFinder.makeScheduleGreedy(java.util.Map firingVector)
Make a schedule using a greedy (non-optimizing algorithm).
|