- Timestamp:
- 05/29/19 12:26:42 (6 years ago)
- Location:
- addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/Aggregation
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/Aggregation/AggregateCommandBase.cs
r16567 r16994 25 25 using HeuristicLab.DataImporter.Data.CommandBase; 26 26 using HeuristicLab.DataImporter.Data.Model; 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;28 27 using HEAL.Attic; 29 28 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/Aggregation/AggregateWithMaxCommand.cs
r16567 r16994 25 25 using HeuristicLab.DataImporter.Data.CommandBase; 26 26 using HeuristicLab.DataImporter.Data.Model; 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;28 27 using HEAL.Attic; 29 28 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/Aggregation/AggregateWithMeanCommand.cs
r16567 r16994 25 25 using HeuristicLab.DataImporter.Data.CommandBase; 26 26 using HeuristicLab.DataImporter.Data.Model; 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;28 27 using HEAL.Attic; 29 28 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/Aggregation/AggregateWithMedianCommand.cs
r16567 r16994 25 25 using HeuristicLab.DataImporter.Data.CommandBase; 26 26 using HeuristicLab.DataImporter.Data.Model; 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;28 27 using HEAL.Attic; 29 28 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/Aggregation/AggregateWithMinCommand.cs
r16567 r16994 25 25 using HeuristicLab.DataImporter.Data.CommandBase; 26 26 using HeuristicLab.DataImporter.Data.Model; 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;28 27 using HEAL.Attic; 29 28 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/Aggregation/AggregateWithSumCommand.cs
r16567 r16994 25 25 using HeuristicLab.DataImporter.Data.CommandBase; 26 26 using HeuristicLab.DataImporter.Data.Model; 27 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;28 27 using HEAL.Attic; 29 28 -
addons/HeuristicLab.DataImporter/HeuristicLab.DataImporter.Command/Aggregation/DeleteRowsWithDuplicateKeyValuesCommand.cs
r16567 r16994 26 26 using HeuristicLab.DataImporter.Data.CommandBase; 27 27 using HeuristicLab.DataImporter.Data.Model; 28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;29 28 using HEAL.Attic; 30 29
Note: See TracChangeset
for help on using the changeset viewer.