about GraphML API

Please use a mailing-list, see http://gephi.org/developers/
Post Reply [phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
pellyadolfo
Posts:3
Joined:30 Jan 2012 19:29
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
about GraphML API

Post by pellyadolfo » 31 Jan 2012 17:49

HI, I would need to parse GraphML files of my own. I am creating the GraphML by hand (I do not have an editor) and using Gephi for visualization. So, in some way I am adapting my files to the GraphML recognised by Gephi.

However, I would like to use the GraphML API for my own application, as well, to create a kind of editor, so I can skip building an GraphML API myself. I could contribute back some enhancement if required.

Is this considered on Gephi License?
If so, where in Github code folders can I find the GraphML API?

Thanks.

admin
Gephi Community Manager
Posts:964
Joined:09 Dec 2009 14:41
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable

Re: about GraphML API

Post by admin » 31 Jan 2012 18:00

Hi,

You'll find importer and exporter classes here:
https://github.com/gephi/gephi/tree/mas ... lugin/file

This code is dual licensed in GNU GPL and CDDL, so you can chose which one is applied on the files you take for your project.

Post Reply
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable