Hologram.Compiler.CallGraph (hologram v0.1.0)
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Functions
Link to this function
add_edge(from_vertex, to_vertex)
Link to this function
add_vertex(vertex)
Link to this function
child_spec(arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
create()
Link to this function
destroy()
Link to this function
get()
Link to this function
has_edge?(from_vertex, to_vertex)
Link to this function
has_vertex?(vertex)
Link to this function
num_edges()
Link to this function
num_vertices()
Link to this function
reachable(vertices)
Link to this function