MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
The main window of the application. More...
Classes | |
class | CBackgroundThreadSolver |
CSolverThread runs a specified mixed-criticality solver in the background, and allows the user to abort it at will. | |
class | CCrossoverOperatorChecklistItem |
A representation of a crossover operator item in the crossover operator checklist. | |
class | CMutationOperatorChecklistItem |
A representation of a mutation operator item in the mutation operator checklist. | |
Public Member Functions | |
MainWindowForm () | |
Creates and initializes the components of the main window. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. |
The main window of the application.
MCScheduling.MainWindowForm.MainWindowForm | ( | ) |
Creates and initializes the components of the main window.
Fills the checklists for genetic operators.
override void MCScheduling.MainWindowForm.Dispose | ( | bool | disposing | ) | [protected] |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |