Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/29/19 09:48:00 (5 years ago)
Author:
gkronber
Message:

#2520: added missing StorableType attributes for interfaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/BoxChart/IBoxChartElementGenerator.cs

    r7210 r16577  
    1 using System;
    2 using System.Collections.Generic;
    3 using System.Drawing;
    4 using System.Drawing.Drawing2D;
    5 using System.Linq;
    6 using System.Text;
    7 using HeuristicLab.Common;
     1using System.Drawing;
    82using HeuristicLab.Core;
    9 using HeuristicLab.Data;
    103using HeuristicLab.Optimization;
    11 using HeuristicLab.Parameters;
    12 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     4using HEAL.Attic;
    135
    146namespace HeuristicLab.Analysis.FitnessLandscape.BoxCharts {
    15 
     7  [StorableType("57F0E930-CB8F-4D30-9C44-ADA5B720727E")]
    168  public interface IBoxChartElementGenerator : INamedItem {
    179    int X { get; set; }
Note: See TracChangeset for help on using the changeset viewer.