Package | Description |
---|---|
ptolemy.actor.sched |
Schedule related classes.
|
ptolemy.domains.sdf.optimize |
The ptolemy.domains.sdf.optimize package.
|
Modifier and Type | Class and Description |
---|---|
class |
Firing
This class is a schedule element that contains a reference to an
actor and an iteration count.
|
class |
Schedule
This class represents a static schedule of actor executions.
|
Modifier and Type | Field and Description |
---|---|
protected ScheduleElement |
ScheduleElement._parent
The parent schedule of this schedule.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ScheduleElement> |
Schedule._schedule
The list of schedule elements contained by this schedule.
|
Modifier and Type | Method and Description |
---|---|
ScheduleElement |
Schedule.get(int index)
Return the element at the specified position in the list.
|
ScheduleElement |
Schedule.remove(int index)
Remove the schedule element at the specified position in the
schedule list.
|
Modifier and Type | Method and Description |
---|---|
void |
Schedule.add(int index,
ScheduleElement element)
Insert the specified schedule element at the specified position in
the schedule list.
|
void |
Schedule.add(ScheduleElement element)
Append the specified schedule element to the end of the schedule
list.
|
void |
ScheduleElement.setParent(ScheduleElement parent)
Set the parent schedule element of this schedule element to
the specified schedule element.
|
Modifier and Type | Class and Description |
---|---|
class |
BufferingProfileFiring
Class comments
BufferingProfileFiring is a subclass of Firing.
|