Graph::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 UTCGraph::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 UTCSKIM/Graph-Reader-TGF-0.03 - 29 Oct 2015 13:25:13 UTC
SKIM/Graph-Reader-OID-0.03 - 29 Sep 2015 09:59:27 UTC
Graph::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 UTCThis module can be used to read a directed graph in the HTK <http://htk.eng.cam.ac.uk> lattice format. It returns an instance of the Graph class....
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 UTCSKIM/Task-Graph-Reader-0.03 - 03 Nov 2015 22:08:44 UTC
"Graph::Reader::Graph6" reads a graph6, sparse6 or digraph6 format file and returns a new "Graph.pm" object. These file formats are per <http://cs.anu.edu.au/~bdm/data/formats.txt> The formats only contain vertex numbers 0 to n-1. They are made into ...
KRYDE/Graph-Graph6-8 - 12 Jul 2020 00:19:22 UTCSKIM/Graph-Reader-TGF-CSV-0.02 - 29 Oct 2015 15:32:53 UTC
SKIM/Graph-Reader-UnicodeTree-0.02 - 28 Sep 2015 17:57:51 UTC
Graph::Reader::LoadClassHierarchy is a class for loading a class hierarchy into a directed graph....
FLORA/Graph-Reader-LoadClassHierarchy-0.01 - 06 Jun 2006 16:12:59 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 reads and writes graph6, sparse6 and digraph6 files. These file formats are per <http://cs.anu.edu.au/~bdm/data/formats.txt> These formats represent a graph (a graph theory graph) with vertices numbered 0 to n-1 encoded into printable ASC...
KRYDE/Graph-Graph6-8 - 12 Jul 2020 00:19:22 UTCIn computer science, a graph is an abstract data type that is meant to implement the graph and hypergraph concepts from mathematics. A graph data structure consists of a finite (and possibly mutable) set of ordered pairs, called *edges*, of certain e...
SUKRIA/Graph-Simple-0.04 - 14 Sep 2013 09:42:17 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 UTCThis module will write a directed graph to a file in the HTK <http://htk.eng.cam.ac.uk> lattice format. The graph must be an instance of the Graph class....
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 UTC"Graph::Easy::Parser::Graphviz" parses the text format from the DOT language use by Graphviz and constructs a "Graph::Easy" object from it. The resulting object can than be used to layout and output the graph in various formats. Please see the Graphv...
SHLOMIF/Graph-Easy-0.76 - 06 Jun 2016 07:33:51 UTC