| Interface | Description |
|---|---|
| Scheduler |
Contract that must be followed by the implemented schedulers.
|
| Class | Description |
|---|---|
| AbstractScheduler |
Abstract scheduler that must be extended by implemented algorithms.
|
| GeneralProperties | |
| Scheduler.ComputingResult |
Result of the reconfiguration plan computation.
|
| Scheduler.SchedulerResult |
Result of the reconfiguration.
|
| Enum | Description |
|---|---|
| Scheduler.ComputingResult.State | |
| Scheduler.SchedulerResult.State |
Result of the Scheduling process.
|
| SchedulerBuilder |