Changeset 16474 for branches/2520_PersistenceReintegration/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Formatters
- Timestamp:
- 12/31/18 08:14:11 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Formatters/SymbolicExpressionTreeHierarchicalFormatter.cs
r16453 r16474 25 25 using HeuristicLab.Common; 26 26 using HeuristicLab.Core; 27 using HEAL.Fossil; 27 28 28 29 namespace HeuristicLab.Encodings.SymbolicExpressionTreeEncoding { 29 30 [Item("Hierarchical Formatter", "Formatter for symbolic expression trees that uses special characters for drawing a tree in text-mode.")] 31 [StorableType("0a9ad135-ced1-4c3b-94ff-b1fb41193515")] 30 32 public sealed class SymbolicExpressionTreeHierarchicalFormatter : NamedItem, ISymbolicExpressionTreeStringFormatter { 31 33 private SymbolicExpressionTreeHierarchicalFormatter(SymbolicExpressionTreeHierarchicalFormatter original, Cloner cloner)
Note: See TracChangeset
for help on using the changeset viewer.