Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/30/11 13:38:01 (13 years ago)
Author:
mkommend
Message:

#1418: Adapted interfaces of data analysis classes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/IDataAnalysisSolution.cs

    r5829 r5883  
    2222using System;
    2323using HeuristicLab.Core;
    24 using HeuristicLab.Optimization;
    2524
    2625namespace HeuristicLab.Problems.DataAnalysis {
    27   public interface IDataAnalysisSolution : INamedItem, IKeyedItemCollection<string, IResult> {
     26  public interface IDataAnalysisSolution : INamedItem {
    2827    IDataAnalysisModel Model { get; }
    2928    IDataAnalysisProblemData ProblemData { get; }
Note: See TracChangeset for help on using the changeset viewer.