C# Class MakeClassSchedule.Algorithm.Schedule.ScheduleObserver

Afficher le fichier Open project: Behzadkhosravifar/MakeClassSchedule Class Usage Examples

Méthodes publiques

Méthode Description
EvolutionStateChanged ( AlgorithmState newState ) : void
NewBestChromosome ( Schedule newChromosome, bool showGraphical ) : void
SetWindow ( CreateDataGridViews window ) : void

Method Details

EvolutionStateChanged() public méthode

public EvolutionStateChanged ( AlgorithmState newState ) : void
newState AlgorithmState
Résultat void

NewBestChromosome() public méthode

public NewBestChromosome ( Schedule newChromosome, bool showGraphical ) : void
newChromosome Schedule
showGraphical bool
Résultat void

SetWindow() public méthode

public SetWindow ( CreateDataGridViews window ) : void
window SpannedDataGridView.CreateDataGridViews
Résultat void