Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/26/10 05:14:51 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
  • started work on adapting and refactoring HeuristicLab.Operators according to changes in HeuristicLab.Core
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/3.3/BoolData.cs

    r2676 r2684  
    2929namespace HeuristicLab.Data {
    3030  [EmptyStorableClass]
    31   [Item("Boolean", "Represents a boolean value.")]
     31  [Item("BoolData", "Represents a boolean value.")]
    3232  [Creatable("Test")]
    3333  public sealed class BoolData : ValueTypeData<bool>, IStringConvertibleData {
Note: See TracChangeset for help on using the changeset viewer.