Changeset 13386 for branches/PersistenceOverhaul/HeuristicLab.Core/3.3/Collections/DirectedGraph/Vertex.cs
- Timestamp:
- 11/24/15 18:24:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.