Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/20/10 20:04:08 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on parameterized items
Location:
trunk/sources/HeuristicLab.Core/3.3/Interfaces
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/Interfaces/IOperator.cs

    r2834 r2845  
    2727  /// a basic instruction of an algorithm.
    2828  /// </summary>
    29   public interface IOperator : INamedItem, IParameterizedItem {
     29  public interface IOperator : IParameterizedNamedItem {
    3030    /// <summary>
    3131    /// Gets or sets a boolean value whether the engine should stop here during the run.
Note: See TracChangeset for help on using the changeset viewer.