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

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