Free cookie consent management tool by TermsFeed Policy Generator

source: branches/DataAnalysisService/HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard/3.3/DataAnalysisWizardContext.cs @ 7939

Last change on this file since 7939 was 7912, checked in by spimming, 12 years ago

#1807:

  • adapted plugin frame
  • added new wizard page to view generated experiment
  • generate experiments in backgroundworker
File size: 364 bytes
Line 
1
2using HeuristicLab.Optimization;
3using HeuristicLab.Problems.DataAnalysis;
4namespace HeuristicLab.ExperimentGeneration.DataAnalysis.ExperimentWizard {
5  public class DataAnalysisWizardContext {
6    public IDataAnalysisProblem Problem { get; set; }
7    public string SelectedAnalysis { get; set; }
8    public Experiment Experiment { get; set; }
9  }
10}
Note: See TracBrowser for help on using the repository browser.