Method: Bio::Pathway#graph

Defined in:
lib/bio/pathway.rb

#graphObject (readonly)

Read-only accessor for the adjacency list of the graph.



55
56
57
# File 'lib/bio/pathway.rb', line 55

def graph
  @graph
end