Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/08/11 13:27:35 (13 years ago)
Author:
mkommend
Message:

#1418: Removed ReadOnlySymbol and changed ADF-Symbols.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Symbols/InvokeFunction.cs

    r5510 r5635  
    3030  [StorableClass]
    3131  [Item(InvokeFunction.InvokeFunctionName, InvokeFunction.InvokeFunctionDescription)]
    32   public sealed class InvokeFunction : ReadOnlySymbol {
     32  public sealed class InvokeFunction : Symbol, IReadOnlySymbol {
    3333    public const string InvokeFunctionName = "InvokeFunction";
    3434    public const string InvokeFunctionDescription = "Symbol that the invocation of another function.";
    35     public override bool CanChangeName {
    36       get {
    37         return false;
    38       }
    39     }
     35
    4036    [Storable]
    4137    private string functionName;
Note: See TracChangeset for help on using the changeset viewer.