1Graph::AdjacencyMap(3)User Contributed Perl DocumentationGraph::AdjacencyMap(3)
2
3
4

NAME

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

SYNOPSIS

9           Internal.
10

DESCRIPTION

12       This module is meant for internal use by the Graph module.
13
14   Object Methods
15       del_path(@id)
16           Delete a Map path by ids.
17
18       del_path_by_multi_id($id)
19           Delete a Map path by a multi(vertex) id.
20
21       get_multi_ids
22           Return the multi ids.
23
24       has_path(@id)
25           Return true if the Map has the path by ids, false if not.
26
27       has_paths
28           Return true if the Map has any paths, false if not.
29
30       has_path_by_multi_id($id)
31           Return true if the Map has the path by a multi(vertex) id, false if
32           not.
33
34       paths
35           Return all the paths of the Map.
36
37       set_path(@id)
38           Set the path by @ids.
39
40       set_path_by_multi_id
41           Set the path in the Map by the multi id.
42
44       Jarkko Hietaniemi jhi@iki.fi
45

LICENSE

47       This module is licensed under the same terms as Perl itself.
48
49
50
51perl v5.30.0                      2019-07-26            Graph::AdjacencyMap(3)
Impressum