Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 10:30:06 (9 years ago)
Author:
mkommend
Message:

#2025: Changed categories for all creatables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBAlgorithm.cs

    r12012 r12504  
    3535namespace HeuristicLab.Clients.OKB.RunCreation {
    3636  [Item("OKB Algorithm", "An algorithm which is stored in the OKB.")]
    37   [Creatable("Optimization Knowledge Base (OKB)")]
     37  [Creatable(CreatableAttribute.Categories.TestingAndAnalysisOKB, Priority = 100)]
    3838  [StorableClass]
    3939  public sealed class OKBAlgorithm : Item, IAlgorithm, IStorableContent {
Note: See TracChangeset for help on using the changeset viewer.