Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/10 02:18:27 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/ValuesCollector.cs

    r2794 r2831  
    6161    }
    6262    #region NOTE
    63     // NOTE: The ItemsReplaced event has not to be handled here as it is only fired when the name (i.e. key) of a parameter
     63    // NOTE: The ItemsReplaced event does not have to be handled here as it is only fired when the name (i.e. key) of a parameter
    6464    // changes. As the same parameter is also contained in the Parameters collection of the operator, the Parameters collection
    6565    // will react on this name change on its own.
Note: See TracChangeset for help on using the changeset viewer.