Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 11:41:43 (7 years ago)
Author:
gkronber
Message:

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis/3.4/SymbolicTimeSeriesPrognosisSolution.cs

    r13368 r14711  
    3030  /// Represents a symbolic time-series prognosis solution (model + data) and attributes of the solution like accuracy and complexity
    3131  /// </summary>
    32   [StorableClass("7178DE16-E2C9-4781-BE25-2DC3A07D3BDB")]
     32  [StorableType("7178DE16-E2C9-4781-BE25-2DC3A07D3BDB")]
    3333  [Item(Name = "SymbolicTimeSeriesPrognosisSolution", Description = "Represents a symbolic time-series prognosis solution (model + data) and attributes of the solution like accuracy and complexity.")]
    3434  public sealed class SymbolicTimeSeriesPrognosisSolution : TimeSeriesPrognosisSolution, ISymbolicTimeSeriesPrognosisSolution {
Note: See TracChangeset for help on using the changeset viewer.