- Timestamp:
- 03/31/11 15:17:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisSolution.cs
r5883 r5909 22 22 using System; 23 23 using HeuristicLab.Core; 24 using HeuristicLab.Common; 24 25 25 26 namespace HeuristicLab.Problems.DataAnalysis { 26 public interface IDataAnalysisSolution : INamedItem {27 public interface IDataAnalysisSolution : INamedItem, IStorableContent { 27 28 IDataAnalysisModel Model { get; } 28 29 IDataAnalysisProblemData ProblemData { get; }
Note: See TracChangeset
for help on using the changeset viewer.