class Bio::NeXML::ContinuousCell

Public Instance Methods

state()
Alias for: value
state=( value ) click to toggle source
# File lib/bio/db/nexml/matrix.rb, line 489
def state=( value )
  @value = value
end
symbol()
Alias for: value
value() click to toggle source
# File lib/bio/db/nexml/matrix.rb, line 483
def value
  @value
end
Also aliased as: symbol, state
value=( value ) click to toggle source
# File lib/bio/db/nexml/matrix.rb, line 486
def value=( value )
  @value = value
end