MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
Classes | Public Member Functions | Protected Member Functions
MCScheduling.MainWindowForm Class Reference

The main window of the application. More...

List of all members.

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.

Detailed Description

The main window of the application.


Constructor & Destructor Documentation

MCScheduling.MainWindowForm.MainWindowForm ( )

Creates and initializes the components of the main window.

Fills the checklists for genetic operators.


Member Function Documentation

override void MCScheduling.MainWindowForm.Dispose ( bool  disposing) [protected]

Clean up any resources being used.

Parameters:
disposingtrue if managed resources should be disposed; otherwise, false.
 All Classes Namespaces Functions Variables Properties