Single field (normally single line) of a entry
CONECT field It would be wrong because the definition described in documents seems ambiguous.
default definition for unknown fields.
Hash to store allowed definitions.
END record class.
Because END is a reserved word of Ruby, it is separately added to the hash
FORMUL field. It is the same as Bio::PDB::Record::FORMUL.
HET field. It is the same as Bio::PDB::Record::HET.
HETNAM field. It is the same as Bio::PDB::Record::HETNAM.
HETSYN field. It is very similar to Bio::PDB::Record::HETSYN.
RESIDUE field. It would be wrong because the definition described in documents seems ambiguous.
Look up the class in Definition hash
# File lib/bio/db/pdb/chemicalcomponent.rb, line 117 def self.get_record_class(str) t = fetch_record_name(str) return Definition[t] end
Generated with the Darkfish Rdoc Generator 2.