Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/21/11 20:18:09 (13 years ago)
Author:
gkronber
Message:

#1418 copied symbol classes into Problems.DataAnalysis.Symbolic plugin.

Location:
branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/Variable.cs

    r5445 r5532  
    2525using HeuristicLab.Core;
    2626using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    27 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    2827using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    29 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Symbols {
     28namespace HeuristicLab.Problems.DataAnalysis.Symbolic {
    3029  [StorableClass]
    3130  [Item("Variable", "Represents a variable value.")]
     
    127126    }
    128127
    129     public override SymbolicExpressionTreeNode CreateTreeNode() {
     128    public override ISymbolicExpressionTreeNode CreateTreeNode() {
    130129      return new VariableTreeNode(this);
    131130    }
Note: See TracChangeset for help on using the changeset viewer.