Graph::AdjacencyMap::Vertex.3pm

Langue: en

Autres versions - même langue

Version: 2007-07-19 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Graph::AdjacencyMap - create and a map of graph vertices or edges

SYNOPSIS

     Internal.
 
 

DESCRIPTION

This module is meant for internal use by the Graph module.

Object Methods

del_path(@id)
Delete a Map path by ids.
del_path_by_multi_id($id)
Delete a Map path by a multi(vertex) id.
has_path(@id)
Return true if the Map has the path by ids, false if not.
has_path_by_multi_id($id)
Return true ifd the a Map has the path by a multi(vertex) id, false if not.
paths
Return all the paths of the Map.
set_path(@id)
Set the path by @ids.
Jarkko Hietaniemi jhi@iki.fi

LICENSE

This module is licensed under the same terms as Perl itself.