Package | Description |
---|---|
gui |
Modifier and Type | Method | Description |
---|---|---|
static ScheduleEvent |
ScheduleEvent.makeNewStateEvent() |
Create a schedule event representing a new state being generated
|
Modifier and Type | Method | Description |
---|---|---|
void |
Controller.update(ScheduleEvent event,
int iterations,
double memory) |
Update the listener for the GUI stats display
|
void |
ScheduleListener.update(ScheduleEvent event,
int iterations,
double memory) |
Update the listener for the GUI stats display
|
void |
Controller.updateGraph(ScheduleEvent event,
int iterations,
PartialScheduleGrph a) |
Update the listener for the current best schedule gantt chart display
|
void |
ScheduleListener.updateGraph(ScheduleEvent event,
int iterations,
PartialScheduleGrph a) |
Update the listener for the current best schedule gantt chart display
|