Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/10 06:19:16 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on operators, engines, and optimization
File:
1 moved

Legend:

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

    r2829 r2834  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    24 using System.ComponentModel;
    25 using System.Text;
    26 using System.Drawing;
    27 
    2822namespace HeuristicLab.Core {
    2923  /// <summary>
    30   /// Interface which represents an execution context.
     24  /// Interface which represents an operation.
    3125  /// </summary>
    32   public interface IExecutionSequence : IDeepCloneable { }
     26  public interface IOperation : IDeepCloneable { }
    3327}
Note: See TracChangeset for help on using the changeset viewer.