Changeset 5080 for trunk/sources/HeuristicLab.Optimization/3.3/Interfaces
- Timestamp:
- 12/10/10 17:38:49 (14 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/IMultiAnalyzer.cs
r5078 r5080 20 20 #endregion 21 21 22 22 23 using HeuristicLab.Core; 23 24 24 namespace HeuristicLab.Optimization { 25 25 /// <summary> 26 /// An interface which represents an analysis operator.26 /// An interface which represents an multi analysis operator. 27 27 /// </summary> 28 public interface I Analyzer : IOperator { }28 public interface IMultiAnalyzer : IMultiOperator<IAnalyzer>, IAnalyzer { } 29 29 }
Note: See TracChangeset
for help on using the changeset viewer.