Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/27/09 17:47:37 (15 years ago)
Author:
mkommend
Message:

extended IModelingDatabase interface to return persisted model (ticket #712)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Modeling.Database/3.2/IModelingDatabase.cs

    r2304 r2314  
    2828namespace HeuristicLab.Modeling.Database {
    2929  public interface IModelingDatabase {
    30     void Persist(HeuristicLab.Modeling.IAnalyzerModel model, string algorithmName, string algorithmDescription);
    31     void Persist(HeuristicLab.Modeling.IAlgorithm algorithm);
     30    IModel Persist(HeuristicLab.Modeling.IAlgorithm algorithm);
     31    IModel Persist(HeuristicLab.Modeling.IAnalyzerModel model, string algorithmName, string algorithmDescription);
    3232    IProblem PersistProblem(Dataset dataset);
    3333
Note: See TracChangeset for help on using the changeset viewer.