- Timestamp:
- 08/13/09 17:28:07 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Modeling.Database/3.2/IModelingDatabase.cs
r2278 r2285 27 27 namespace HeuristicLab.Modeling.Database { 28 28 public interface IModelingDatabase { 29 void Persist(HeuristicLab.Modeling.I Model model, string algorithmName, string algorithmDescription);29 void Persist(HeuristicLab.Modeling.IAnalyzerModel model, string algorithmName, string algorithmDescription); 30 30 void Persist(HeuristicLab.Modeling.IAlgorithm algorithm); 31 31 IEnumerable<IModel> GetAllModels();
Note: See TracChangeset
for help on using the changeset viewer.