Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.DataPreprocessing.Views/3.4/Utils
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- Location:
- branches/PersistenceReintegration/HeuristicLab.DataPreprocessing.Views/3.4/Utils
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.DataPreprocessing.Views/3.4/Utils/FindPreprocessingItemsIterator.cs
r14185 r14927 32 32 public FindPreprocessingItemsIterator(IDictionary<int, IList<int>> items) { 33 33 this.items = items; 34 Reset(); 34 Reset(); 35 35 } 36 36 -
branches/PersistenceReintegration/HeuristicLab.DataPreprocessing.Views/3.4/Utils/IFindPreprocessingItemsIterator.cs
r14185 r14927 27 27 bool MoveNext(); 28 28 void Reset(); 29 void SetStartCell(int columnIndex, int rowIndex); 29 void SetStartCell(int columnIndex, int rowIndex); 30 30 } 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.