- Timestamp:
- 03/11/13 14:40:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Controller/Mockup/MockupScenarioManager.cs
r9227 r9305 241 241 242 242 243 public boolSaveExperiment(User user, Model.Experiment experiment) {244 throw new NotImplementedException(); 245 } 246 247 248 public IEnumerable<string> GetExperiment s(User user) {243 public string SaveExperiment(User user, Model.Experiment experiment) { 244 throw new NotImplementedException(); 245 } 246 247 248 public IEnumerable<string> GetExperimentNames(User user) { 249 249 throw new NotImplementedException(); 250 250 } … … 271 271 272 272 public bool DispatchExperiment(User user, Model.Experiment exp, JobExecutionDetails details) { 273 throw new NotImplementedException(); 274 } 275 276 277 string IScenarioManager.SaveExperiment(User user, Model.Experiment experiment) { 278 throw new NotImplementedException(); 279 } 280 281 public IEnumerable<Model.Experiment> GetExperiments(User user) { 282 throw new NotImplementedException(); 283 } 284 285 public Model.Experiment GetExperimentById(User user, string nodeId) { 273 286 throw new NotImplementedException(); 274 287 }
Note: See TracChangeset
for help on using the changeset viewer.