Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/08/10 03:43:36 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on parameters and operators
File:
1 edited

Legend:

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

    r2653 r2757  
    4444    /// <param name="scope">The scope where to execute the current instance.</param>
    4545    /// <returns>The next operation.</returns>
    46     ExecutionContextCollection Execute(ExecutionContext context);
     46    IExecutionContext Execute(ExecutionContext context);
    4747    /// <summary>
    4848    /// Aborts the current operator.
Note: See TracChangeset for help on using the changeset viewer.