Changeset 5549 for branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNode.cs
- Timestamp:
- 02/22/11 19:04:54 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbolicExpressionTreeNode.cs
r5529 r5549 30 30 bool HasLocalParameters { get; } 31 31 32 int Get Height();33 int Get Size();32 int GetDepth(); 33 int GetLength(); 34 34 35 35 IEnumerable<ISymbolicExpressionTreeNode> IterateNodesPostfix();
Note: See TracChangeset
for help on using the changeset viewer.