Package | Description |
---|---|
ptolemy.graph.sched |
The ptolemy.graph.sched package.
|
Modifier and Type | Class and Description |
---|---|
class |
Firing
This class is a ScheduleElement that contains a reference to a
firing element.
|
class |
Schedule
This class represents a static schedule of firing elements invocation.
|
Modifier and Type | Field and Description |
---|---|
protected ScheduleElement |
ScheduleElement._parent
The parent schedule of this schedule.
|
Modifier and Type | Method and Description |
---|---|
ScheduleElement |
Schedule.get(int index)
Return the element at the specified position in the list.
|
ScheduleElement |
ScheduleElement.getParent()
Return the parent schedule element of this schedule element.
|
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.
|