Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/09 16:43:34 (14 years ago)
Author:
swagner
Message:

Refactored cloning (#806)

File:
1 edited

Legend:

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

    r2474 r2526  
    4949    /// </summary>
    5050    /// <param name="guid">The unique id of the operator to remove.</param>
    51     void RemoveOperator(Guid guid);
    52     /// <summary>
    53     /// Gets the operator with the specified <paramref name="guid"/>.
    54     /// </summary>
    55     /// <param name="guid">The unique id of the operator.</param>
    56     /// <returns>The searched operator.</returns>
    57     IOperator GetOperator(Guid guid);
     51    void RemoveOperator(IOperator op);
    5852    /// <summary>
    5953    /// Clears the current instance.
Note: See TracChangeset for help on using the changeset viewer.