source:
trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/IRunCollectionModifier.cs
@
7729
Last change on this file since 7729 was 7228, 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.