Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/29/10 02:58:39 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • moved parameters and parameter views into new plugins
Location:
trunk/sources/HeuristicLab.Parameters
Files:
2 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters/3.3/OperatorParameter.cs

    r2711 r2714  
    2424using System.Text;
    2525using System.Xml;
     26using HeuristicLab.Core;
    2627using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    27 using HeuristicLab.Common;
    2828
    29 namespace HeuristicLab.Core {
     29namespace HeuristicLab.Parameters {
    3030  /// <summary>
    3131  /// Represents a parameter.
Note: See TracChangeset for help on using the changeset viewer.