Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/11/10 01:22:38 (14 years ago)
Author:
abeham
Message:

Added StorableClass attribute to several more classes #548

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/AlgorithmOperator.cs

    r2834 r2995  
    2929  /// </summary>
    3030  [Item("AlgorithmOperator", "An operator which represents an algorithm represented as an operator graph.")]
     31  [StorableClass(StorableClassType.MarkedOnly)]
    3132  public abstract class AlgorithmOperator : SingleSuccessorOperator {
    3233    public override Image ItemImage {
Note: See TracChangeset for help on using the changeset viewer.