Class: Bio::NeXML::ContinuousCell

Inherits:
Cell
  • Object
show all
Defined in:
lib/bio/db/nexml/matrix.rb

Instance Attribute Summary

Attributes inherited from Cell

#char, #label

Instance Method Summary collapse

Methods inherited from Cell

#bound?, #initialize, #to_str, #to_xml

Methods included from Mapper

#properties

Constructor Details

This class inherits a constructor from Bio::NeXML::Cell

Instance Method Details

#state=(value) ⇒ Object



489
490
491
# File 'lib/bio/db/nexml/matrix.rb', line 489

def state=( value )
  @value = value
end

#valueObject Also known as: symbol, state



483
484
485
# File 'lib/bio/db/nexml/matrix.rb', line 483

def value
  @value
end

#value=(value) ⇒ Object



486
487
488
# File 'lib/bio/db/nexml/matrix.rb', line 486

def value=( value )
  @value = value
end