Last change
on this file since 16591 was
16577,
checked in by gkronber, 6 years ago
|
#2520: added missing StorableType attributes for interfaces
|
File size:
336 bytes
|
Line | |
---|
1 | using HeuristicLab.Core;
|
---|
2 | using HeuristicLab.Optimization;
|
---|
3 | using HEAL.Attic;
|
---|
4 |
|
---|
5 | namespace HeuristicLab.Analysis.FitnessLandscape {
|
---|
6 | [StorableType("C167C0FA-EF7E-4861-939D-6FAB9EFCCDAF")]
|
---|
7 | public interface IAggregator : IItem {
|
---|
8 | void MaybeAddResult(IResult result);
|
---|
9 | void Reset();
|
---|
10 | IResult CreateResult();
|
---|
11 | }
|
---|
12 |
|
---|
13 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.