1Graph::AdjacencyMap(3)User Contributed Perl DocumentationGraph::AdjacencyMap(3)
2
3
4
6 Graph::AdjacencyMap - create and a map of graph vertices or edges
7
9 Internal.
10
12 This module is meant for internal use by the Graph module.
13
14 Object Methods
15
16 del_path(@id)
17 Delete a Map path by ids.
18
19 del_path_by_multi_id($id)
20 Delete a Map path by a multi(vertex) id.
21
22 get_multi_ids
23 Return the multi ids.
24
25 has_path(@id)
26 Return true if the Map has the path by ids, false if not.
27
28 has_paths
29 Return true if the Map has any paths, false if not.
30
31 has_path_by_multi_id($id)
32 Return true ifd the a Map has the path by a multi(vertex) id, false
33 if not.
34
35 paths
36 Return all the paths of the Map.
37
38 set_path(@id)
39 Set the path by @ids.
40
41 set_path_by_multi_id
42 Set the path in the Map by the multi id.
43
45 Jarkko Hietaniemi jhi@iki.fi
46
48 This module is licensed under the same terms as Perl itself.
49
50
51
52perl v5.8.8 2004-11-08 Graph::AdjacencyMap(3)