Graph::Writer::Dot is a class for writing out a directed graph in the file format used by the *dot* tool (part of the AT+T graphviz package). The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hie...
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::Reader::Dot is a class for reading in a directed graph in the file format used by the *dot* tool (part of the AT+T graphviz package). Graph::Reader::Dot is a subclass of Graph::Reader, which defines the generic interface for Graph reader class...
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 UTCGraph::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 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::Writer::GraphViz is a class for writing out a Graph object with GraphViz module. All GraphViz formats should be supported without a problem....
GUGOD/Graph-Writer-GraphViz-0.11 - 16 Oct 2011 04:52:17 UTC