Changeset 5686 for branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators
- Timestamp:
- 03/15/11 13:34:38 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/Operators/ISymbolicExpressionTreeGrammarBasedOperator.cs
r5499 r5686 27 27 /// </summary> 28 28 public interface ISymbolicExpressionTreeGrammarBasedOperator : ISymbolicExpressionTreeOperator { 29 IValueLookupParameter<ISymbolicExpression TreeGrammar> SymbolicExpressionTreeGrammarParameter { get; }29 IValueLookupParameter<ISymbolicExpressionGrammar> SymbolicExpressionTreeGrammarParameter { get; } 30 30 } 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.