Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/18/13 15:36:18 (10 years ago)
Author:
rstoll
Message:
  • Renamed StatisticInfo to StatisticsLogic
  • Fixed todo in PreprocessingDataManipulation
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/DataPreprocessing/HeuristicLab.DataPreprocessing/3.3/Implementations/StatisticsLogic.cs

    r10245 r10249  
    55namespace HeuristicLab.DataPreprocessing {
    66
    7   public class StatisticInfo : IStatisticInfo {
     7  public class StatisticsLogic : IStatisticsLogic {
    88
    99    private readonly IPreprocessingData preprocessingData;
    1010    private readonly ISearchLogic searchLogic;
    1111
    12     public StatisticInfo(IPreprocessingData thePreprocessingData, ISearchLogic theSearchLogic) {
     12    public StatisticsLogic(IPreprocessingData thePreprocessingData, ISearchLogic theSearchLogic) {
    1313      preprocessingData = thePreprocessingData;
    1414      searchLogic = theSearchLogic;
Note: See TracChangeset for help on using the changeset viewer.