- Timestamp:
- 05/19/09 13:18:46 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Core/3.2/Interfaces/IOperator.cs
r1847 r1851 60 60 /// </summary> 61 61 ICollection<IVariable> Variables { get; } 62 /// <summary> 63 /// Gets information whether abortion of the operator is supported. 64 /// </summary> 65 bool SupportsAbort { get; } 62 66 63 /// <summary> 67 64 /// Adds the given sub operator to the current instance.
Note: See TracChangeset
for help on using the changeset viewer.