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