bitgraph
v0.4.1
Search documentation of bitgraph
Settings
BitGraph.E
(bitgraph v0.4.1)
Summary
Types
t()
Functions
add_edge(graph, from, to)
delete_edge(graph, from, to)
delete_edges(graph, vertex)
edge?(graph, from, to)
edges(graph)
edges(graph, vertex, opts \\ [])
get_edge(graph, from, to)
in_edges(graph, to, opts \\ [])
init_edges(opts)
new(from, to, opts \\ [])
out_edges(graph, from, opts \\ [])
Types
t()
@type
t() :: %BitGraph.E{from:
any
(), opts:
Keyword.t
(), to:
any
()}
Functions
add_edge(graph, from, to)
delete_edge(graph, from, to)
delete_edges(graph, vertex)
edge?(graph, from, to)
edges(graph)
edges(graph, vertex, opts \\ [])
get_edge(graph, from, to)
in_edges(graph, to, opts \\ [])
init_edges(opts)
new(from, to, opts \\ [])
out_edges(graph, from, opts \\ [])