Add comment on map data encodng

This commit is contained in:
eugenefischer
2022-09-21 21:46:00 -05:00
parent 06e72314b0
commit 73c83bf35d

View File

@@ -6,6 +6,7 @@ import java.util.Map;
//Can't just write the graph, because I need the occupancy data too. //Can't just write the graph, because I need the occupancy data too.
//Makes most sense to serialize object and write that to a file. //Makes most sense to serialize object and write that to a file.
//Which means there's no reason to split map data and graph data up. //Which means there's no reason to split map data and graph data up.
//Custom vertex class means a lot of the map data can now be encoded in the graph itself
public class GraphWithMapData implements java.io.Serializable { public class GraphWithMapData implements java.io.Serializable {
private String sourceFilename; private String sourceFilename;