- Timestamp:
- 11/24/15 17:08:13 (9 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
r12012 r13368 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 namespace HeuristicLab.Problems.ArtificialAnt.Symbols { 27 [StorableClass ]27 [StorableClass("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
r12012 r13368 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 namespace HeuristicLab.Problems.ArtificialAnt.Symbols { 27 [StorableClass ]27 [StorableClass("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
r12012 r13368 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 namespace HeuristicLab.Problems.ArtificialAnt.Symbols { 27 [StorableClass ]27 [StorableClass("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
r12012 r13368 26 26 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 27 27 namespace HeuristicLab.Problems.ArtificialAnt.Symbols { 28 [StorableClass ]28 [StorableClass("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
r12012 r13368 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 namespace HeuristicLab.Problems.ArtificialAnt.Symbols { 27 [StorableClass ]27 [StorableClass("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
r12012 r13368 25 25 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 26 26 namespace HeuristicLab.Problems.ArtificialAnt.Symbols { 27 [StorableClass ]27 [StorableClass("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.