GraphStream Users

Archives de la liste Aide


Re: is this how i ask a question?


Chronologique Discussions 
  • From: Ademir Gabardo <ademir.gabbardo AT gmail.com>
  • To: <graphstream-users AT litislab.fr>, Artur F <schirmcharmemelone AT googlemail.com>
  • Subject: Re: is this how i ask a question?
  • Date: Mon, 16 May 2016 18:51:38 +1000

Can your post your code on GitHub as a Gist?


Cheers

From: Artur F <schirmcharmemelone AT googlemail.com>
Reply-To: <graphstream-users AT litislab.fr>, Artur F <schirmcharmemelone AT googlemail.com>
Date: Monday, May 16, 2016 at 3:25 PM
To: <graphstream-users AT litislab.fr>
Subject: is this how i ask a question?

Hello,

i am using graphStream to work on an ant colony optimization algorithm and want to delete nodes after a specific time. I am using the dgs file format and did find this site here:  http://graphstream-project.org/doc/Advanced-Concepts/The-DGS-File-Format/

and as it seems right now what i want is the
"st" event, but i do not know how to use it.

i tried to use it like this:

st 100
dn "0_0"

seems like the st line will just be ignored.

then i tried this:

st 100 dn "0_0"

which makes everything crash with a null pointer exception.

what is the correct way to use the "st" step command?




Archives gérées par MHonArc 2.6.16.

Top of page