Changeset 2188 for branches/HeuristicLab.Modeling Database Backend/sources
- Timestamp:
- 07/28/09 14:17:12 (16 years ago)
- Location:
- branches/HeuristicLab.Modeling Database Backend/sources
- Files:
-
- 15 added
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.Modeling.Database/3.2/IModelingDatabase.cs
r2187 r2188 1 using System; 1 #region License Information 2 /* HeuristicLab 3 * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 * 5 * This file is part of HeuristicLab. 6 * 7 * HeuristicLab is free software: you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by 9 * the Free Software Foundation, either version 3 of the License, or 10 * (at your option) any later version. 11 * 12 * HeuristicLab is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * GNU General Public License for more details. 16 * 17 * You should have received a copy of the GNU General Public License 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 */ 20 #endregion 21 22 using System; 2 23 using System.Collections.Generic; 3 24 using System.Linq; 4 25 using System.Text; 5 26 6 namespace HeuristicLab.Modeling {27 namespace HeuristicLab.Modeling.Database { 7 28 public interface IModelingDatabase { 8 29 void Persist(IAlgorithm algorithm); 30 IEnumerable<IModel> GetAllModels(); 31 IEnumerable<IResult> GetAllResults(); 32 IEnumerable<IModelResult> GetModelResults(IModel model); 9 33 } 10 34 } -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab.sln
r2183 r2188 241 241 EndProject 242 242 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SQLServerCompact-3.2", "HeuristicLab.SQLServerCompact\3.2\HeuristicLab.SQLServerCompact-3.2.csproj", "{31DD6385-7276-49ED-9533-823D4CDF3D2A}" 243 EndProject 244 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Modeling.Database-3.2", "HeuristicLab.Modeling.Database\HeuristicLab.Modeling.Database-3.2.csproj", "{E84E5717-79F8-498F-A5E0-A055C4EC086B}" 243 245 EndProject 244 246 Global … … 3863 3865 {31DD6385-7276-49ED-9533-823D4CDF3D2A}.Visualization Debug|x64.ActiveCfg = Debug|Any CPU 3864 3866 {31DD6385-7276-49ED-9533-823D4CDF3D2A}.Visualization Debug|x86.ActiveCfg = Debug|Any CPU 3867 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.CEDMA Debug|Any CPU.ActiveCfg = Debug|Any CPU 3868 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.CEDMA Debug|Any CPU.Build.0 = Debug|Any CPU 3869 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.CEDMA Debug|x64.ActiveCfg = Debug|Any CPU 3870 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.CEDMA Debug|x86.ActiveCfg = Debug|Any CPU 3871 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 3872 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Debug|Any CPU.Build.0 = Debug|Any CPU 3873 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Debug|x64.ActiveCfg = Debug|Any CPU 3874 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Debug|x86.ActiveCfg = Debug|Any CPU 3875 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Modeling Debug|Any CPU.ActiveCfg = Debug|Any CPU 3876 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Modeling Debug|Any CPU.Build.0 = Debug|Any CPU 3877 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Modeling Debug|x64.ActiveCfg = Debug|Any CPU 3878 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Modeling Debug|x86.ActiveCfg = Debug|Any CPU 3879 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Release|Any CPU.ActiveCfg = Release|Any CPU 3880 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Release|Any CPU.Build.0 = Release|Any CPU 3881 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Release|x64.ActiveCfg = Release|Any CPU 3882 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Release|x86.ActiveCfg = Release|Any CPU 3883 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.v3.2 Debug|Any CPU.ActiveCfg = Debug|Any CPU 3884 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.v3.2 Debug|Any CPU.Build.0 = Debug|Any CPU 3885 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.v3.2 Debug|x64.ActiveCfg = Debug|Any CPU 3886 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.v3.2 Debug|x86.ActiveCfg = Debug|Any CPU 3887 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Visualization Debug|Any CPU.ActiveCfg = Debug|Any CPU 3888 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Visualization Debug|Any CPU.Build.0 = Debug|Any CPU 3889 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Visualization Debug|x64.ActiveCfg = Debug|Any CPU 3890 {E84E5717-79F8-498F-A5E0-A055C4EC086B}.Visualization Debug|x86.ActiveCfg = Debug|Any CPU 3865 3891 EndGlobalSection 3866 3892 GlobalSection(SolutionProperties) = preSolution … … 3952 3978 {9B4F7D05-CCE1-45BB-81D1-5D4925851901} = {410732DB-725A-4824-896B-C298978343C0} 3953 3979 {31DD6385-7276-49ED-9533-823D4CDF3D2A} = {410732DB-725A-4824-896B-C298978343C0} 3980 {E84E5717-79F8-498F-A5E0-A055C4EC086B} = {410732DB-725A-4824-896B-C298978343C0} 3954 3981 {A9E282EA-180F-4233-B809-AEDF0787545C} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B} 3955 3982 {BF7D9494-A586-457B-8DF9-ED599F9E6A71} = {78982D7C-D63D-4A3D-AE1F-F58AC007603B} -
branches/HeuristicLab.Modeling Database Backend/sources/HeuristicLab/CopyAssemblies.cmd
r2185 r2188 75 75 copy "%SolutionDir%\HeuristicLab.Modeling\3.2\%Outdir%\HeuristicLab.Modeling-3.2.dll" .\plugins 76 76 copy "%SolutionDir%\HeuristicLab.Modeling\3.3\%Outdir%\HeuristicLab.Modeling-3.3.dll" .\plugins 77 copy "%SolutionDir%\HeuristicLab.Modeling\3.3\%Outdir%\HeuristicLab.Modeling.Database-3.2.dll" .\plugins 77 78 copy "%SolutionDir%\HeuristicLab.Modeling.SQLServerCompactBackend\3.2\%Outdir%\HeuristicLab.Modeling.SQLServerCompactBackend-3.2.dll" .\plugins 78 79 copy "%SolutionDir%\HeuristicLab.Operators\3.2\%Outdir%\HeuristicLab.Operators-3.2.dll" .\plugins
Note: See TracChangeset
for help on using the changeset viewer.