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/SingleObjectiveOKBProblem.cs

    r12012 r12504  
    2727
    2828namespace HeuristicLab.Clients.OKB.RunCreation {
    29   [Item("Single-Objective OKB Problem", "Represents a single-objective problem which is stored in the OKB.")]
    30   [Creatable("Optimization Knowledge Base (OKB)")]
     29  [Item("OKB Problem (single-objective)", "Represents a single-objective problem which is stored in the OKB.")]
     30  [Creatable(CreatableAttribute.Categories.TestingAndAnalysisOKB, Priority = 110)]
    3131  [StorableClass]
    3232  public sealed class SingleObjectiveOKBProblem : OKBProblem, ISingleObjectiveHeuristicOptimizationProblem, IStorableContent {
Note: See TracChangeset for help on using the changeset viewer.