Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/21/11 20:18:09 (14 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/VariableCondition.cs

    r5484 r5532  
    2525using HeuristicLab.Core;
    2626using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    27 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Symbols;
    2827using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2928
    30 namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Symbols {
     29namespace HeuristicLab.Problems.DataAnalysis.Symbolic {
    3130  [StorableClass]
    3231  [Item("Variable Condition", "Represents a condition that tests a given variable.")]
     
    180179    }
    181180
    182     public override SymbolicExpressionTreeNode CreateTreeNode() {
     181    public override ISymbolicExpressionTreeNode CreateTreeNode() {
    183182      return new VariableConditionTreeNode(this);
    184183    }
Note: See TracChangeset for help on using the changeset viewer.