1Graph::AdjacencyMap::VeUrsteerx(C3o)ntributed Perl DocumGernatpaht:i:oAndjacencyMap::Vertex(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 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 has_path(@id)
22 Return true if the Map has the path by ids, false if not.
23
24 has_path_by_multi_id($id)
25 Return true ifd the a Map has the path by a multi(vertex) id, false
26 if not.
27
28 paths
29 Return all the paths of the Map.
30
31 set_path(@id)
32 Set the path by @ids.
33
35 Jarkko Hietaniemi jhi@iki.fi
36
38 This module is licensed under the same terms as Perl itself.
39
40
41
42perl v5.32.0 2020-07-28 Graph::AdjacencyMap::Vertex(3)