Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:08:13 (9 years ago)
Author:
ascheibe
Message:

#2520 added guids to storable classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Collections/DirectedGraph/Arc.cs

    r12012 r13368  
    1 #region License Information
     1#region License Information
    22/* HeuristicLab
    33 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     
    2626namespace HeuristicLab.Core {
    2727  [Item("Arc", "A graph arc connecting two graph vertices, that can have a weight, label, and data object for holding additional info")]
    28   [StorableClass]
     28  [StorableClass("9C41B31C-E208-46A2-87FC-45A9F0A9A928")]
    2929  public class Arc : Item, IArc {
    3030    [Storable]
     
    8282  }
    8383
    84   [StorableClass]
     84  [StorableClass("9C41B31C-E208-46A2-87FC-45A9F0A9A928")]
    8585  public class Arc<T> : Arc, IArc<T> where T : class,IDeepCloneable {
    8686    [Storable]
Note: See TracChangeset for help on using the changeset viewer.