Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/16/21 10:10:21 (2 years ago)
Author:
dpiringe
Message:

#3136

  • changed the item name of SubFunctionSymbol from SubFunctionSymbol to SubFunction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3136_Structural_GP/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/SubFunctionSymbol.cs

    r18068 r18139  
    77namespace HeuristicLab.Problems.DataAnalysis.Symbolic {
    88  [StorableType("C6C2FBEE-8F4B-4FF2-80F5-D566BE55ED69")]
    9   [Item("SubFunctionSymbol", "Symbol that represents a sub function.")]
     9  [Item("SubFunction", "Symbol that represents a sub function.")]
    1010  public class SubFunctionSymbol : Symbol {
    1111    public override int MinimumArity => 0;
    1212    public override int MaximumArity => 1;
    1313
    14     public SubFunctionSymbol() : base("SubFunctionSymbol", "Symbol that represents a sub function.") { }
     14    public SubFunctionSymbol() : base("SubFunction", "Symbol that represents a sub function.") { }
    1515
    1616    private SubFunctionSymbol(SubFunctionSymbol original, Cloner cloner) : base(original, cloner) { }
Note: See TracChangeset for help on using the changeset viewer.