AbstractEdge
src
dst
weight
Base.reverse
AbstractGraph
is_directed
vertices
out_edges
in_edges
nv
ne
has_vertex
has_edge
has_self_loops
edges
out_neighbors
in_neighbors
create_vertex_container
create_edge_container
add_vertex!
rm_vertex!
add_edge!
rm_edge!
Base.eltype
edgetype
weighttype
GraphsBase.check_comparable_interface
GraphsBase.check_edge_interface
GraphsBase.check_graph_interface