Package | Description |
---|---|
ptolemy.actor.sched |
Schedule related classes.
|
ptolemy.actor.util |
Actor utilities.
|
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.
|
Schedule |
Scheduler.getSchedule()
Return the scheduling sequence as an instance of the Schedule class.
|
Modifier and Type | Method and Description |
---|---|
static int |
DFUtilities.getRate(IOPort port)
Return the number of tokens that will be produced or consumed on the
given port.
|
Modifier and Type | Method and Description |
---|---|
protected Schedule |
CachedSDFScheduler._getSchedule()
Return the scheduling sequence.
|
protected Schedule |
SDFScheduler._getSchedule()
Return the scheduling sequence.
|
protected void |
BaseSDFScheduler._saveContainerRates(java.util.Map externalRates)
Push the rates calculated for this system up to the contained Actor,
but only if the ports do not have a set rates.
|
protected java.util.Map |
SDFScheduler._solveBalanceEquations(CompositeActor container,
java.util.List actorList,
java.util.Map externalRates)
Solve the balance equations for the list of connected Actors.
|
Modifier and Type | Method and Description |
---|---|
protected Schedule |
OptimizingSDFScheduler._getSchedule()
Return the scheduling sequence.
|