Changeset 16728 for branches/1614_GeneralizedQAP/HeuristicLab.Analysis.FitnessLandscape/3.3/FDC/ScatterPlot.cs
- Timestamp:
- 03/31/19 14:40:15 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1614_GeneralizedQAP/HeuristicLab.Analysis.FitnessLandscape/3.3/FDC/ScatterPlot.cs
r7291 r16728 24 24 using System.Drawing; 25 25 using System.Linq; 26 using HEAL.Attic; 26 27 using HeuristicLab.Common; 28 using HeuristicLab.Common.Resources; 27 29 using HeuristicLab.Core; 28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;29 using HeuristicLab.Common.Resources;30 30 31 31 namespace HeuristicLab.Analysis.FitnessLandscape { … … 39 39 40 40 [Item("ScatterPlot", "A scatter plot of 2D data")] 41 [Storable Class]41 [StorableType("A299785C-CEAA-468A-8FE3-31AE5B47AB80")] 42 42 public class ScatterPlot : NamedItem { 43 43 … … 121 121 122 122 [StorableConstructor] 123 protected ScatterPlot( bool deserializing) : base(deserializing) { }123 protected ScatterPlot(StorableConstructorFlag _) : base(_) { } 124 124 protected ScatterPlot(ScatterPlot original, Cloner cloner) 125 125 : base(original, cloner) {
Note: See TracChangeset
for help on using the changeset viewer.