Changeset 2845 for trunk/sources/HeuristicLab.Core/3.3/Interfaces
- Timestamp:
- 02/20/10 20:04:08 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Core/3.3/Interfaces
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core/3.3/Interfaces/IOperator.cs
r2834 r2845 27 27 /// a basic instruction of an algorithm. 28 28 /// </summary> 29 public interface IOperator : I NamedItem, IParameterizedItem {29 public interface IOperator : IParameterizedNamedItem { 30 30 /// <summary> 31 31 /// Gets or sets a boolean value whether the engine should stop here during the run.
Note: See TracChangeset
for help on using the changeset viewer.