Class: Bio::NeXML::Restriction
- Inherits:
-
Characters
- Object
- Characters
- Bio::NeXML::Restriction
- Defined in:
- lib/bio/db/nexml/matrix.rb
Direct Known Subclasses
Constant Summary collapse
- @@lookup =
{ '0' => [ '0' ], '1' => [ '1' ] }
Instance Attribute Summary
Attributes inherited from Characters
Instance Method Summary collapse
Methods inherited from Characters
#add_format, #add_matrix, #create_format, #create_matrix, #create_raw, #initialize, #join_sequence, #split_sequence, #to_xml
Methods included from Mapper
Constructor Details
This class inherits a constructor from Bio::NeXML::Characters
Instance Method Details
#lookup ⇒ Object
1025 1026 1027 |
# File 'lib/bio/db/nexml/matrix.rb', line 1025 def lookup @@lookup end |