Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/20/10 00:01:24 (14 years ago)
Author:
swagner
Message:

Implemented !IStorableContent separately for each algorithm (#1193)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/Algorithm.cs

    r4419 r4437  
    3535  [Item("Algorithm", "A base class for algorithms.")]
    3636  [StorableClass]
    37   public abstract class Algorithm : ParameterizedNamedItem, IAlgorithm, IStorableContent {
    38     public string Filename { get; set; }
    39 
     37  public abstract class Algorithm : ParameterizedNamedItem, IAlgorithm {
    4038    public override Image ItemImage {
    4139      get {
Note: See TracChangeset for help on using the changeset viewer.