package pfff
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Tools and APIs for program analysis, code visualization, refactoring
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.39.4.tar.gz
md5=9aabf597b6de59ced5a3ecfadb1c9a13
sha512=8f4762840b8de0a76a8cbd972e6a4babd7b17e3830b65b5eaff017711bd247f88a29d04d64b6bd31fa3610d5e045bb48ddaaf58b279fcac19a1c53590f0b411e
doc/pfff-commons-graph/Graphe/index.html
Module Graphe
val create : unit -> 'a graphval add_vertex_if_not_present : 'a -> 'a graph -> unitval add_edge : 'a -> 'a -> 'a graph -> unitval remove_vertex : 'a -> 'a graph -> unitval remove_edge : 'a -> 'a -> 'a graph -> unitval nodes : 'a graph -> 'a listval succ : 'a -> 'a graph -> 'a listval pred : 'a -> 'a graph -> 'a listval out_degree : 'a -> 'a graph -> intval in_degree : 'a -> 'a graph -> intval has_node : 'a -> 'a graph -> boolval nb_nodes : 'a graph -> intval nb_edges : 'a graph -> intval iter_edges : ('a -> 'a -> unit) -> 'a graph -> unitval iter_nodes : ('a -> unit) -> 'a graph -> unitval entry_nodes : 'a graph -> 'a listval ivertex : 'a -> 'a graph -> intval shortest_path : 'a -> 'a -> 'a graph -> 'a listval print_graph_generic :
?launch_gv:bool ->
?extra_string:string ->
str_of_key:('a -> string) ->
Common.filename ->
'a graph ->
unitval display_with_gv : 'a graph -> unitval stat : 'a graph -> unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>