C# Class MSR.Tools.Predictor.PredictorPresenter

Afficher le fichier Open project: kirnosenko/msr-tools Class Usage Examples

Méthodes publiques

Méthode Description
PredictorPresenter ( IPredictorModel model, IPredictorView view ) : System
Run ( ) : void

Private Methods

Méthode Description
OpenConfigFile ( string fileName ) : void
Predict ( ) : void
ReadOptions ( ) : void
UpdateOptions ( ) : void

Method Details

PredictorPresenter() public méthode

public PredictorPresenter ( IPredictorModel model, IPredictorView view ) : System
model IPredictorModel
view IPredictorView
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void