Changeset 16577 for addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/BoxChart
- Timestamp:
- 01/29/19 09:48:00 (6 years ago)
- 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; 1 using System.Drawing; 8 2 using HeuristicLab.Core; 9 using HeuristicLab.Data;10 3 using HeuristicLab.Optimization; 11 using HeuristicLab.Parameters; 12 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 4 using HEAL.Attic; 13 5 14 6 namespace HeuristicLab.Analysis.FitnessLandscape.BoxCharts { 15 7 [StorableType("57F0E930-CB8F-4D30-9C44-ADA5B720727E")] 16 8 public interface IBoxChartElementGenerator : INamedItem { 17 9 int X { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.