Class Bio::KEGG::KGML::Relation
In: lib/bio/db/kegg/kgml.rb
Parent: Object

Methods

edge  

Attributes

name  [RW] 
node1  [RW] 
node2  [RW] 
rel  [RW] 
value  [RW] 

Public Instance methods

[Source]

     # File lib/bio/db/kegg/kgml.rb, line 136
136:     def edge
137:       @value.to_i
138:     end

[Validate]