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.1.tar.gz
md5=19e3eb1003161d8e7ed65c96c4f69d52
sha512=37834e1726a004272fbc153fc4cd0a6afdf02b7918acf27492acd60890c32591eb8f5b22fcfd99dd707d8507b8208bdb24c99de9fd940cc2ad0171f1d103743f
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)"
>