Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/31/13 10:17:37 (11 years ago)
Author:
gkronber
Message:

#1270 made changes as suggested in the review comments

  • initially select default string formatter in the symbolic expression view
  • renamed smalltalk formatter and fixed the namespace
  • fixed namespace of GraphViz formatter
  • removed unused usings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Formatters/SymbolicExpressionTreeGraphvizFormatter.cs

    r9649 r9821  
    2020#endregion
    2121
     22using System.Collections.Generic;
    2223using System.Text;
    23 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    24 using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    25 using System.Collections.Generic;
     24using HeuristicLab.Common;
    2625using HeuristicLab.Core;
    27 using HeuristicLab.Common;
    2826
    29 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters {
     27namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding {
    3028  [Item("GraphViz String Formatter", "Formatter for symbolic expression trees for visualization with GraphViz.")]
    3129  public sealed class SymbolicExpressionTreeGraphvizFormatter : NamedItem, ISymbolicExpressionTreeStringFormatter {
Note: See TracChangeset for help on using the changeset viewer.