Changeset 3824 for trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Symbols/Defun.cs
- Timestamp:
- 05/17/10 15:55:45 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Symbols/Defun.cs
r3462 r3824 29 29 [StorableClass] 30 30 [Item("Defun", "Symbol that represents a function defining node.")] 31 public sealed class Defun : Symbol { 32 public override bool CanChangeName { 33 get { 34 return false; 35 } 36 } 37 31 public sealed class Defun : ReadOnlySymbol { 38 32 public override SymbolicExpressionTreeNode CreateTreeNode() { 39 33 return new DefunTreeNode(this);
Note: See TracChangeset
for help on using the changeset viewer.