Free cookie consent management tool by TermsFeed Policy Generator

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

#2520

  • renamed StorableClass -> StorableType
  • changed persistence to use GUIDs instead of type names
Location:
branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Symbols
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Symbols/IfFoodAhead.cs

    r13368 r14711  
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2626namespace HeuristicLab.Problems.ArtificialAnt.Symbols {
    27   [StorableClass("7889CE79-9C3C-45B7-AD5F-FE9C1B37AD3B")]
     27  [StorableType("7889CE79-9C3C-45B7-AD5F-FE9C1B37AD3B")]
    2828  [Item("IfFoodAhead", "Represents the if-food-ahead symbol in a artificial ant expression.")]
    2929  public sealed class IfFoodAhead : Symbol {
  • branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Symbols/Left.cs

    r13368 r14711  
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2626namespace HeuristicLab.Problems.ArtificialAnt.Symbols {
    27   [StorableClass("FC269D77-E6BB-4CFE-A44D-4FD2AC78F687")]
     27  [StorableType("FC269D77-E6BB-4CFE-A44D-4FD2AC78F687")]
    2828  [Item("Left", "Represents the turn-left symbol in a artificial ant expression.")]
    2929  public sealed class Left : Symbol {
  • branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Symbols/Move.cs

    r13368 r14711  
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2626namespace HeuristicLab.Problems.ArtificialAnt.Symbols {
    27   [StorableClass("20684258-5D6C-429E-A4CD-538B9566287C")]
     27  [StorableType("20684258-5D6C-429E-A4CD-538B9566287C")]
    2828  [Item("Move", "Represents the move-forward symbol in a artificial ant expression.")]
    2929  public sealed class Move : Symbol {
  • branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Symbols/Prog2.cs

    r13368 r14711  
    2626using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2727namespace HeuristicLab.Problems.ArtificialAnt.Symbols {
    28   [StorableClass("9598AA16-A005-431B-AB67-00EC775805F0")]
     28  [StorableType("9598AA16-A005-431B-AB67-00EC775805F0")]
    2929  [Item("Prog2", "Represents the sequence symbol with 2 sub-trees in a artificial ant expression.")]
    3030  public sealed class Prog2 : Symbol {
  • branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Symbols/Prog3.cs

    r13368 r14711  
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2626namespace HeuristicLab.Problems.ArtificialAnt.Symbols {
    27   [StorableClass("B8A2B010-3BB1-4D50-BCCD-E22A62388546")]
     27  [StorableType("B8A2B010-3BB1-4D50-BCCD-E22A62388546")]
    2828  [Item("Prog3", "Represents the sequence symbol with 3 sub-trees in a artificial ant expression.")]
    2929  public sealed class Prog3 : Symbol {
  • branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Symbols/Right.cs

    r13368 r14711  
    2525using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2626namespace HeuristicLab.Problems.ArtificialAnt.Symbols {
    27   [StorableClass("50B9D0F9-73D7-44D6-B227-2F27B31DD589")]
     27  [StorableType("50B9D0F9-73D7-44D6-B227-2F27B31DD589")]
    2828  [Item("Right", "Represents the turn-right symbol in a artificial ant expression.")]
    2929  public sealed class Right : Symbol {
Note: See TracChangeset for help on using the changeset viewer.