Changeset 5486 for branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisSolution.cs
- Timestamp:
- 02/16/11 12:10:39 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisSolution.cs
r5484 r5486 20 20 #endregion 21 21 22 using HeuristicLab.Core; 22 23 23 24 namespace HeuristicLab.Problems.DataAnalysis { 24 public interface IDataAnalysisSolution {25 public interface IDataAnalysisSolution : INamedItem { 25 26 IDataAnalysisModel Model { get; } 26 27 IDataAnalysisProblemData Problem { get; }
Note: See TracChangeset
for help on using the changeset viewer.