Changeset 10249 for branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticsLogic.cs
- Timestamp:
- 12/18/13 15:36:18 (11 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticsLogic.cs
r10245 r10249 5 5 namespace HeuristicLab.DataPreprocessing { 6 6 7 public class Statistic Info : IStatisticInfo{7 public class StatisticsLogic : IStatisticsLogic { 8 8 9 9 private readonly IPreprocessingData preprocessingData; 10 10 private readonly ISearchLogic searchLogic; 11 11 12 public Statistic Info(IPreprocessingData thePreprocessingData, ISearchLogic theSearchLogic) {12 public StatisticsLogic(IPreprocessingData thePreprocessingData, ISearchLogic theSearchLogic) { 13 13 preprocessingData = thePreprocessingData; 14 14 searchLogic = theSearchLogic;
Note: See TracChangeset
for help on using the changeset viewer.