Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/10/15 12:11:55 (9 years ago)
Author:
mkommend
Message:

#2025:Merged all changes regarding the new item dialog into stable.
#2387: Merged all changes regarding the type selector into stable.

Location:
stable
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Clients.OKB/3.3/RunCreation/MultiObjectiveOKBProblem.cs

    r12009 r12708  
    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 {
  • stable/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBAlgorithm.cs

    r12009 r12708  
    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 {
  • stable/HeuristicLab.Clients.OKB/3.3/RunCreation/SingleObjectiveOKBProblem.cs

    r12009 r12708  
    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.