Graph::Writer::XML is a class for writing out a directed graph in a simple XML format. The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hietaniemi. The XML format is designed to support the Grap...
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 UTCSKIM/Task-Graph-Writer-0.02 - 29 Sep 2015 09:54:08 UTC
Graph::Writer is a base class for Graph file format writers. A particular subclass of Graph::Writer will handle a specific file format, and generate a Graph, represented using Jarkko Hietaniemi's Graph class. You should never create an instance of th...
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 UTCTo produce useful diagrams on extremely large graphs, sometimes it is necesary to move beyond simple graphing tools to applications specifically designed for rendering very large graphs, many of which were designed for biology applications (such as m...
ADAMK/Graph-XGMML-0.01 - 10 Aug 2009 12:22:31 UTCGraph::Reader is a base class for Graph file format readers. A particular subclass of Graph::Reader will handle a specific file format, and generate a Graph, represented using Jarkko Hietaniemi's Graph class. You should never create an instance of th...
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 UTCThis module is a placeholder in the Graph-ReadWrite distribution, which is a collection of modules for reading and writing directed graphs. You don't use "Graph::ReadWrite", you use one of the reader or writer modules for a specific format: * Graph::...
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 UTCGraph::Reader::XML is a perl class used to read a directed graph stored as XML, and return an instance of the Graph class. The XML format is designed to support the Graph classes: it can be used to represent a single graph with a collection of nodes,...
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 UTCGraph::Writer::TGXML is a class for writing out a directed graph in a format suitable for use with TouchGraph's LinkBrowser. The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hietaniemi. The XML ...
JROBINSON/Graph-Writer-TGXML-0.03 - 10 Nov 2019 21:14:35 UTC