- Timestamp:
- 02/19/13 08:46:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Controller/Mockup/MockupScenarioManager.cs
r9215 r9227 263 263 throw new NotImplementedException(); 264 264 } 265 266 267 public Model.Experiment GetExperimentByName(User user, string scenario) { 268 throw new NotImplementedException(); 269 } 270 271 272 public bool DispatchExperiment(User user, Model.Experiment exp, JobExecutionDetails details) { 273 throw new NotImplementedException(); 274 } 265 275 } 266 276 }
Note: See TracChangeset
for help on using the changeset viewer.