- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- 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 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 namespace HeuristicLab.Problems.ArtificialAnt.Symbols { 27 [Storable Class("7889CE79-9C3C-45B7-AD5F-FE9C1B37AD3B")]27 [StorableType("7889CE79-9C3C-45B7-AD5F-FE9C1B37AD3B")] 28 28 [Item("IfFoodAhead", "Represents the if-food-ahead symbol in a artificial ant expression.")] 29 29 public sealed class IfFoodAhead : Symbol { -
branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Symbols/Left.cs
r13368 r14711 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 namespace HeuristicLab.Problems.ArtificialAnt.Symbols { 27 [Storable Class("FC269D77-E6BB-4CFE-A44D-4FD2AC78F687")]27 [StorableType("FC269D77-E6BB-4CFE-A44D-4FD2AC78F687")] 28 28 [Item("Left", "Represents the turn-left symbol in a artificial ant expression.")] 29 29 public sealed class Left : Symbol { -
branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Symbols/Move.cs
r13368 r14711 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 namespace HeuristicLab.Problems.ArtificialAnt.Symbols { 27 [Storable Class("20684258-5D6C-429E-A4CD-538B9566287C")]27 [StorableType("20684258-5D6C-429E-A4CD-538B9566287C")] 28 28 [Item("Move", "Represents the move-forward symbol in a artificial ant expression.")] 29 29 public sealed class Move : Symbol { -
branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Symbols/Prog2.cs
r13368 r14711 26 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 27 namespace HeuristicLab.Problems.ArtificialAnt.Symbols { 28 [Storable Class("9598AA16-A005-431B-AB67-00EC775805F0")]28 [StorableType("9598AA16-A005-431B-AB67-00EC775805F0")] 29 29 [Item("Prog2", "Represents the sequence symbol with 2 sub-trees in a artificial ant expression.")] 30 30 public sealed class Prog2 : Symbol { -
branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Symbols/Prog3.cs
r13368 r14711 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 namespace HeuristicLab.Problems.ArtificialAnt.Symbols { 27 [Storable Class("B8A2B010-3BB1-4D50-BCCD-E22A62388546")]27 [StorableType("B8A2B010-3BB1-4D50-BCCD-E22A62388546")] 28 28 [Item("Prog3", "Represents the sequence symbol with 3 sub-trees in a artificial ant expression.")] 29 29 public sealed class Prog3 : Symbol { -
branches/PersistenceOverhaul/HeuristicLab.Problems.ArtificialAnt/3.4/Symbols/Right.cs
r13368 r14711 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 namespace HeuristicLab.Problems.ArtificialAnt.Symbols { 27 [Storable Class("50B9D0F9-73D7-44D6-B227-2F27B31DD589")]27 [StorableType("50B9D0F9-73D7-44D6-B227-2F27B31DD589")] 28 28 [Item("Right", "Represents the turn-right symbol in a artificial ant expression.")] 29 29 public sealed class Right : Symbol {
Note: See TracChangeset
for help on using the changeset viewer.