Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Symbols/Defun.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Symbols/Defun.cs
r13368 r14711 27 27 /// Symbol for function defining branches 28 28 /// </summary> 29 [Storable Class("44A4CDA8-FD0B-4457-AECD-CAD975D07246")]29 [StorableType("44A4CDA8-FD0B-4457-AECD-CAD975D07246")] 30 30 [Item(Defun.DefunName, Defun.DefunDescription)] 31 31 public sealed class Defun : Symbol, IReadOnlySymbol {
Note: See TracChangeset
for help on using the changeset viewer.