[jgrapht-users] GraphML Exporter doesn't work properly
Brought to you by:
barak_naveh,
perfecthash
From: mjaved <mj...@co...> - 2011-01-18 11:37:37
|
Hi, i am creating a graph using DirectedGraph<GraphNode, GraphEdge> g = new DefaultDirectedGraph<GraphNode, GraphEdge>(GraphEdge.class); GraphNode and GraphEdge are my own generated classes which contain a number of datas which i would like to add with the nodes in graph. when i export it using GraphMLExporter.export(FileWriter fout, g); it doesn't store the data of nodes, it simply create empty nodes and edges. any help ???? Thanks Javed PhD Researcher www.cngl.ie -- View this message in context: http://jgrapht-users.107614.n3.nabble.com/GraphML-Exporter-doesn-t-work-properly-tp2279354p2279354.html Sent from the jgrapht-users mailing list archive at Nabble.com. |