source:
branches/PersistenceSpeedUp/HeuristicLab.Optimization/3.3/IRunCollectionModifier.cs
@
10316
Last change on this file since 10316 was 6760, checked in by epitzer, 13 years ago | |
---|---|
File size: 260 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | using HeuristicLab.Core; |
6 | |
7 | namespace HeuristicLab.Optimization { |
8 | public interface IRunCollectionModifier : IItem { |
9 | void Modify(List<IRun> runs); |
10 | } |
11 | } |
Note: See TracBrowser
for help on using the repository browser.