MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
The GanttViewForm is a window whose client are is filled with a char area that display a Gant diagram of an MC instance. More...
Public Member Functions | |
GanttViewForm (CMixedCriticalityInstance instance) | |
Creates a window that display Gant diagram of the specified MC instance. | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. |
The GanttViewForm is a window whose client are is filled with a char area that display a Gant diagram of an MC instance.
The GanttViewForm is a window whose client are is covered with a chart area that display a Gant diagram of an MC instance.
MCScheduling.GanttViewForm.GanttViewForm | ( | CMixedCriticalityInstance | instance | ) |
Creates a window that display Gant diagram of the specified MC instance.
instance | The MC instance to be display in the Gant diagram. |
override void MCScheduling.GanttViewForm.Dispose | ( | bool | disposing | ) | [protected] |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |