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 edited

Legend:

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

    r2796 r2834  
    4545    }
    4646
    47     public override IExecutionSequence Apply() {
     47    public override IOperation Apply() {
    4848      if (Successor != null)
    49         return ExecutionContext.CreateContext(Successor);
     49        return ExecutionContext.CreateOperation(Successor);
    5050      else
    5151        return null;
Note: See TracChangeset for help on using the changeset viewer.