10-04-2008, 10:36 AM
Good morning flare users,
hope life is pleasing yet challenging ;-)
This demo reads the graph from a graphml file. It implements for that purpose a simple GraphMLReader class which seems to do the job and might be of use for some beings around.
One strange problem I discovered is that the GraphMLConverter seems to have troubles if the graphml tag is written like
so for the time being I replaced it with
in the attached socialnet.xml file, on which this demo is based and which you need to download and place in the “execution” directory of your IDE in order to get this extremely mind blowing demo running
A GraphMLReader class would be of course a candidate for the flare lib, so please help with your feedback to make this first round attempt something mature.
Cheers
martin
requires flare version 2008.07.29 or higher
hope life is pleasing yet challenging ;-)
This demo reads the graph from a graphml file. It implements for that purpose a simple GraphMLReader class which seems to do the job and might be of use for some beings around.
One strange problem I discovered is that the GraphMLConverter seems to have troubles if the graphml tag is written like
Code:
<graphml xmlns="http://graphml.graphdrawing.org/xmlns">so for the time being I replaced it with
Code:
<graphml>in the attached socialnet.xml file, on which this demo is based and which you need to download and place in the “execution” directory of your IDE in order to get this extremely mind blowing demo running

A GraphMLReader class would be of course a candidate for the flare lib, so please help with your feedback to make this first round attempt something mature.
Cheers
martin
requires flare version 2008.07.29 or higher