agents4its / agentpolis

GNU General Public License v3.0
3 stars 1 forks source link

Establish proper edge id - now in allEdgesLoad #22

Closed F-I-D-O closed 7 years ago

F-I-D-O commented 7 years ago
zdebou commented 7 years ago

The following string pattern "{fromNodeId}-{toNodeId}" was established and is generated inside SimulationEdgeBuilder.build(fromNodeId, toNodeId). To retrieve uniqueID: SimulationEdge.getUniqueID() and will return String, e.g. "0-1".