Changeset 6618 for branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis.Views/3.4/Interfaces/IClassificationSolutionEvaluationView.cs
- Timestamp:
- 08/01/11 17:48:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP.Grammar.Editor/HeuristicLab.Problems.DataAnalysis.Views/3.4/Interfaces/IClassificationSolutionEvaluationView.cs
r5829 r6618 22 22 23 23 namespace HeuristicLab.Problems.DataAnalysis.Views { 24 public interface IClassificationSolutionEvaluationView : IDataAnalysisSolutionEvaluationView{24 public interface IClassificationSolutionEvaluationView { 25 25 new IClassificationSolution Content { get; set; } 26 26 }
Note: See TracChangeset
for help on using the changeset viewer.