Thursday, September 12, 2013

Directed Acyclic Graph implementation

Hi,

I am looking for an implementation of a Directed Graph for my GWT project - came across jgrapht - but porting it to GWT with all "CloneNotSupportedException" / "Object.clone()" / "newInstance()"  issues proved to be troublesome.

Then I came across graphz which seems to be something similar and applicable for GWT.

Finally I stumbled across "com.google.gwt.dev.jjs.impl.gflow.Graph" inside gwt-dev.jar. - But I couldn't find any documentation related to it

Is it possible to use this to create my own Graph data structure. ? Is there any hints/documentation that I could use.

And related question  is what is gflow - is it for gwt compilation flow usage?  or can this be used for creating flows in our own application too??

Some of this question might be downright stupid . Sorry :)

Regards,

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment