Graph::AdjacencyMap - create and a map of graph vertices or edges |
Graph::AdjacencyMap - create and a map of graph vertices or edges
Internal.
This module is meant for internal use by the Graph module.
del_path(@id)
Delete a Map path by ids.
del_path_by_multi_id($id)
Delete a Map path by a multi(vertex) id.
Return the multi ids.
has_path(@id)
Return true if the Map has the path by ids, false if not.
Return true if the Map has any paths, false if not.
has_path_by_multi_id($id)
Return true if the Map has the path by a multi(vertex) id, false if not.
Return all the paths of the Map.
set_path(@id)
Set the path by @ids.
Set the path in the Map by the multi id.
Jarkko Hietaniemi jhi@iki.fi
This module is licensed under the same terms as Perl itself.
Graph::AdjacencyMap - create and a map of graph vertices or edges |