class Bio::NeXML::ContinuousCell
Public Instance Methods
state=( value )
click to toggle source
# File lib/bio/db/nexml/matrix.rb, line 489 def state=( value ) @value = value end
value()
click to toggle source
# File lib/bio/db/nexml/matrix.rb, line 483 def value @value end
value=( value )
click to toggle source
# File lib/bio/db/nexml/matrix.rb, line 486 def value=( value ) @value = value end