Class: Bio::NeXML::Restriction

Inherits:
Characters show all
Defined in:
lib/bio/db/nexml/matrix.rb

Direct Known Subclasses

RestrictionCells, RestrictionSeqs

Constant Summary collapse

@@lookup =
{ '0' => [ '0' ], '1' => [ '1' ] }

Instance Attribute Summary

Attributes inherited from Characters

#format, #id, #label, #matrix

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

#properties

Constructor Details

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

Instance Method Details

#lookupObject



1025
1026
1027
# File 'lib/bio/db/nexml/matrix.rb', line 1025

def lookup
  @@lookup
end