- Timestamp:
- 03/25/10 19:19:37 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTree/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTree/3.3
-
Property
svn:ignore
set to
bin
*.user
obj
-
Property
svn:ignore
set to
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTree/3.3/Interfaces/IFunction.cs
r3218 r3219 25 25 using HeuristicLab.Core; 26 26 27 namespace HeuristicLab. GP.Interfaces{27 namespace HeuristicLab.Encodings.SymbolicExpressionTree { 28 28 public interface IFunction : IItem { 29 29 string Name { get; } -
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTree/3.3/Interfaces/IFunctionTree.cs
r3218 r3219 25 25 using HeuristicLab.Core; 26 26 27 namespace HeuristicLab. GP.Interfaces{28 public interface IFunctionTree : IStorable{27 namespace HeuristicLab.Encodings.SymbolicExpressionTree { 28 public interface IFunctionTree { 29 29 bool HasLocalParameters { get; } 30 30 IList<IFunctionTree> SubTrees { get; }
Note: See TracChangeset
for help on using the changeset viewer.