From: guilhelm savin <guilhelm.savin AT gmail.com>
To: "graphstream-users AT litislab.fr" <graphstream-users AT litislab.fr>, Greg Nifor <whitehotentropy AT gmail.com>
Subject: Re: What does setStrict() Do?
Date: Wed, 20 Jul 2016 04:25:52 +0200
Hi,
I guess the official website is the best place for that.
You can find informations about strict mode on the API of Graph :
If strict checking is enabled the graph
checks for name space conflicts (e.g. insertion of two nodes with the
same name), removal of non-existing elements, use of non existing
elements (create an edge between two non existing nodes). Graph
implementations are free to respect strict checking or not.