Method: NetworkX::MultiGraph#adj

Defined in:
lib/networkx/multigraph.rb

#adjHash{ Object => Hash{ Object => Hash{ Integer => Hash{ Object => Object } } } } (readonly)

Stores the edges and their attributes in an adjencency list form

Returns:

  • (Hash{ Object => Hash{ Object => Hash{ Integer => Hash{ Object => Object } } } })

    the current value of adj



8
9
10
# File 'lib/networkx/multigraph.rb', line 8

def adj
  @adj
end