Package | Description |
---|---|
alg | |
gui |
Constructor | Description |
---|---|
DFSAlgorithm(ScheduleGrph input,
CostFunction cost,
int numProcessors,
ScheduleListener listen) |
Sets up the DFS alg with visualization
|
DFSParallel(ScheduleGrph input,
CostFunction cost,
int numProcessors,
int numCores,
ScheduleListener listen) |
Sets up the DFS alg with visualization
|
DFSTask(ScheduleGrph input,
PartialScheduleGrph current,
PartialScheduleGrph best,
CostFunction cost,
java.util.HashSet<java.lang.String> closed,
int numProcessors,
int lastAdded,
java.util.concurrent.atomic.AtomicLong lowerBound,
java.util.concurrent.atomic.AtomicLong iterations,
ScheduleListener listen) |
Sets up the DFS task with visualization
|
Modifier and Type | Class | Description |
---|---|---|
class |
Controller |
This class deals with interactivity of the user interface during scheduling visualisation.
|