Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (7 years ago)
Author:
gkronber
Message:

#2520 fixed unit tests for new persistence: loading & storing all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Problems.DataAnalysis/3.4/Interfaces/ITransformation.cs

    r14843 r14929  
    2222using System.Collections.Generic;
    2323using HeuristicLab.Core;
     24using HeuristicLab.Persistence;
    2425
    2526namespace HeuristicLab.Problems.DataAnalysis {
     27  [StorableType("12a19472-f6d2-4a0f-92d5-044ea71bfce4")]
    2628  public interface ITransformation : IParameterizedItem {
    2729    string ShortName { get; }
     
    2931  }
    3032
     33  [StorableType("cc7719d1-3899-4afa-8394-a0c0b2761d32")]
    3134  public interface ITransformation<T> : ITransformation {
    3235    void ConfigureParameters(IEnumerable<T> data);
Note: See TracChangeset for help on using the changeset viewer.