source:
trunk/sources/HeuristicLab.CEDMA.Console/IAgentList.cs
@
367
Last change on this file since 367 was 357, checked in by gkronber, 16 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.CEDMA.Console { |
8 | public interface IAgentList : IItem, IEnumerable<IAgent> { |
9 | void Add(IAgent agent); |
10 | } |
11 | } |
Note: See TracBrowser
for help on using the repository browser.