Method: Bio::Pathway#graph

Defined in:
lib/bio/pathway.rb

#graphObject (readonly)

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



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

def graph
  @graph
end