Changeset 6387 for branches/GP.Grammar.Editor/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbol.cs
- Timestamp:
- 06/08/11 10:42:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP.Grammar.Editor/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Interfaces/ISymbol.cs
r6296 r6387 30 30 bool Fixed { get; set; } 31 31 32 int MinimumArity { get; } 33 int MaximumArity { get; } 34 32 35 event EventHandler Changed; 33 36 }
Note: See TracChangeset
for help on using the changeset viewer.