Last change
on this file since 6662 was
6662,
checked in by epitzer, 13 years ago
|
Create RunCollectionModificationEvaluator that evaluates IRunCollectionModifiers (#1622)
|
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.