Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/14/10 03:38:01 (14 years ago)
Author:
swagner
Message:

Worked on OKB data model and services (#1174)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.OKB/3.3/Interfaces/IAdminService.cs

    r4381 r4388  
    108108    [OperationContract]
    109109    void UpdateCompleteProblem(Problem problem);
     110
     111
     112
     113    [OperationContract]
     114    AlgorithmClass[] GetAlgorithmClasses();
     115
     116    [OperationContract]
     117    void UpdateAlgorithmClass(AlgorithmClass algorithmClass);
     118
     119    [OperationContract]
     120    void UpdateAlgorithmClasses(AlgorithmClass[] algorithmClasses);
     121
     122
    110123  }
    111124}
Note: See TracChangeset for help on using the changeset viewer.