GraphStream Users

Archives de la liste Aide


Re: What does setStrict() Do?


Chronologique Discussions 
  • 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.

https://data.graphstream-project.org/api/gs-core/current/org/graphstream/graph/Graph.html#isStrict()

Cheers.
Guilhelm

2016-06-21 22:38 GMT+02:00 Greg Nifor <whitehotentropy AT gmail.com>:
Hi,

What does setStrict() do? Is there a place I can find documentation on the project?

-Greg



--
Guilhelm Savin
PhD of Computer Science



Archives gérées par MHonArc 2.6.16.

Top of page