Changeset 5513 for branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces
- Timestamp:
- 02/18/11 10:55:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbol.cs
r5510 r5513 20 20 #endregion 21 21 22 using System; 22 23 using HeuristicLab.Core; 23 24 … … 25 26 public interface ISymbol : INamedItem { 26 27 ISymbolicExpressionTreeNode CreateTreeNode(); 27 double InitialFrequency { get; } 28 double InitialFrequency { get; set; } 29 30 event EventHandler Changed; 28 31 } 29 32 }
Note: See TracChangeset
for help on using the changeset viewer.