The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Graph::Reader"

Graph::Reader - base class for Graph file format readers River stage two • 13 direct dependents • 14 total dependents

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.10 - 27 Mar 2021 17:31:55 UTC

Graph::Reader::XML - class for reading a Graph instance from XML River stage two • 13 direct dependents • 14 total dependents

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.10 - 27 Mar 2021 17:31:55 UTC

Graph::Reader::HTK - read an HTK lattice in as an instance of Graph River stage two • 13 direct dependents • 14 total dependents

This 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.10 - 27 Mar 2021 17:31:55 UTC

Graph::Reader::Dot - class for reading a Graph instance from Dot format River stage two • 13 direct dependents • 14 total dependents

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.10 - 27 Mar 2021 17:31:55 UTC

Graph::Reader::TGF - Perl class for reading a graph from TGF format. River stage one • 2 direct dependents • 2 total dependents

SKIM/Graph-Reader-TGF-0.04 - 24 Nov 2023 20:25:02 UTC

Graph::Reader::OID - Perl class for reading a graph from OID format. River stage one • 1 direct dependent • 1 total dependent

SKIM/Graph-Reader-OID-0.05 - 22 Jun 2023 08:34:50 UTC

Task::Graph::Reader - Install the Graph::Reader modules. River stage zero No dependents

SKIM/Task-Graph-Reader-0.04 - 03 Jan 2024 12:24:15 UTC

Graph::Reader::Graph6 - read Graph.pm from graph6, sparse6 or digraph6 file River stage one • 2 direct dependents • 2 total dependents

"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-9 - 27 Mar 2021 23:35:12 UTC

Graph::Reader::TGF::CSV - Perl class for reading a graph from TGF format with CSV labeling. River stage one • 1 direct dependent • 1 total dependent

SKIM/Graph-Reader-TGF-CSV-0.03 - 24 Nov 2023 20:27:48 UTC

Graph::Reader::UnicodeTree - Perl class for reading a graph from unicode tree text format. River stage one • 1 direct dependent • 1 total dependent

SKIM/Graph-Reader-UnicodeTree-0.03 - 27 Jan 2021 12:00:41 UTC

Graph::Reader::LoadClassHierarchy - load Graphs from class hierarchies River stage one • 1 direct dependent • 1 total dependent

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 UTC

Graph::Writer - base class for Graph file format writers River stage two • 13 direct dependents • 14 total dependents

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.10 - 27 Mar 2021 17:31:55 UTC

Graph::Graph6 - read and write graph6, sparse6, digraph6 format graphs River stage one • 2 direct dependents • 2 total dependents

This module reads and writes graph6, sparse6 and digraph6 files or strings as 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 ASCII charact...

KRYDE/Graph-Graph6-9 - 27 Mar 2021 23:35:12 UTC

Graph::Simple - simple and intuitive interface for manipulating graph River stage zero No dependents

In 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 UTC

Graph::ReadWrite - modules for reading and writing directed graphs River stage two • 13 direct dependents • 14 total dependents

This 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.10 - 27 Mar 2021 17:31:55 UTC

Graph::Writer::HTK - write a perl Graph out as an HTK lattice file River stage two • 13 direct dependents • 14 total dependents

This 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.10 - 27 Mar 2021 17:31:55 UTC

Graph::Easy::Parser::Graphviz - Parse Graphviz text into Graph::Easy River stage two • 24 direct dependents • 27 total dependents

"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
17 results (0.038 seconds)