Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/10 17:38:49 (13 years ago)
Author:
mkommend
Message:

Implemented wiring of problem specific analyzers in UserDefinedAlgorithms (ticket #1327)

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/Interfaces/IMultiAnalyzer.cs

    r5078 r5080  
    2020#endregion
    2121
     22
    2223using HeuristicLab.Core;
    23 
    2424namespace HeuristicLab.Optimization {
    2525  /// <summary>
    26   /// An interface which represents an analysis operator.
     26  /// An interface which represents an multi analysis operator.
    2727  /// </summary>
    28   public interface IAnalyzer : IOperator { }
     28  public interface IMultiAnalyzer : IMultiOperator<IAnalyzer>, IAnalyzer { }
    2929}
Note: See TracChangeset for help on using the changeset viewer.