- Timestamp:
- 11/24/15 18:24:01 (9 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Collections/DirectedGraph
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Collections/DirectedGraph/Arc.cs
r13368 r13386 26 26 namespace HeuristicLab.Core { 27 27 [Item("Arc", "A graph arc connecting two graph vertices, that can have a weight, label, and data object for holding additional info")] 28 [StorableClass(" 9C41B31C-E208-46A2-87FC-45A9F0A9A928")]28 [StorableClass("B9E1D948-BCEF-4B07-AADD-2E39A80F15DF")] 29 29 public class Arc : Item, IArc { 30 30 [Storable] -
branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Collections/DirectedGraph/Vertex.cs
r13368 r13386 28 28 namespace HeuristicLab.Core { 29 29 [Item("Vertex", "An object representing a vertex in the graph. It can have a text label, a weight, and an additional data object.")] 30 [StorableClass(" 0B8261A0-8829-4BB8-B7EF-940A9A0AB1D9")]30 [StorableClass("DC0C1D1F-82DF-4150-94CC-A10FD3667F72")] 31 31 public class Vertex : Item, IVertex { 32 32 [Storable]
Note: See TracChangeset
for help on using the changeset viewer.