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