Simplify library usage
Right now, Node must be created after Graph creation. Order should not matter and there should be two Node state: Offline (before or after graph deletion, it keeps its connections ? or it delete them when the graph is deleted and no connection can be made if the node is not in a graph ?) and Online (during the life of the attached graph). This create a lot of structural questions.
100% Completed