MartinoMensio / DP2-Labs

Distributed Programming 2 Laboratories @ Polytechnic University of Turin
MIT License
1 stars 0 forks source link

Assignment 3 service neo4j node ids #34

Closed MartinoMensio closed 7 years ago

MartinoMensio commented 7 years ago

The ids of neo4j nodes are stored for each NFFG, not global!!

Fix this with a class NffgStorage that contains the Nffg and the Map.

Chech concurrency of this solution