Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/11/13 10:15:52 (11 years ago)
Author:
fschoepp
Message:

#1888:

  • Janitor is now working as expected in Windows Azure
  • Added basic support for experiments (draggable experiments)
  • Added methods to save/read experiments from TableStorage
  • The job status can now be retrieved by using the GetTasks/GetTaskData methods
  • Added a class to convert JSON-objects to Algorithm instances
  • Web page: Added experiment button to navigation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OaaS/HeuristicLab.Services.Optimization.Controller/Mockup/MockupDAL.cs

    r9166 r9215  
    246246    }
    247247
    248     public IScenarioDao CreateScenarioDao() {
    249       return new ScenarioDao();
    250     }
    251 
    252     public IBlobDao CreateBlobDao() {
    253       return new BlobDao();
    254     }
     248    private IExperimentDao experimentDao;
     249
     250    public IExperimentDao ExperimentDao {
     251      get {         
     252        return null;
     253      }     
     254    }
     255
    255256  }
    256257}
Note: See TracChangeset for help on using the changeset viewer.