- Timestamp:
- 06/22/11 17:11:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.ExternalEvaluation/3.3/Interfaces/IEvaluationChannel.cs
r5445 r6470 24 24 25 25 namespace HeuristicLab.Problems.ExternalEvaluation { 26 public interface IEvaluationChannel : I Item {26 public interface IEvaluationChannel : INamedItem { 27 27 /// <summary> 28 28 /// A flag that describes whether the channel has been initialized or not.
Note: See TracChangeset
for help on using the changeset viewer.