org.simtk.molecularstructure.nucleicacid
Class Guanylate

java.lang.Object
  extended by org.simtk.molecularstructure.ResidueTypeClass
      extended by org.simtk.molecularstructure.nucleicacid.Nucleotide
          extended by org.simtk.molecularstructure.nucleicacid.Purine
              extended by org.simtk.molecularstructure.nucleicacid.Guanylate
All Implemented Interfaces:
ResidueType

public class Guanylate
extends Purine

Author:
Christopher Bruns

Field Summary
 
Fields inherited from class org.simtk.molecularstructure.nucleicacid.Nucleotide
baseGroup, phosphateGroup, sugarGroup
 
Fields inherited from class org.simtk.molecularstructure.ResidueTypeClass
genericBonds, oneLetterCode, residueName, threeLetterCode, UNKNOWN_RESIDUE_TYPE
 
Constructor Summary
Guanylate()
           
 
Method Summary
 java.util.Set<java.lang.String> getHydrogenBondDonorAtomNames()
           
 
Methods inherited from class org.simtk.molecularstructure.nucleicacid.Purine
addGenericBonds, getHydrogenBondAcceptorAtomNames
 
Methods inherited from class org.simtk.molecularstructure.ResidueTypeClass
addGenericBond, genericBonds, getOneLetterCode, getResidueName, getThreeLetterCode, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Guanylate

public Guanylate()
Method Detail

getHydrogenBondDonorAtomNames

public java.util.Set<java.lang.String> getHydrogenBondDonorAtomNames()
Specified by:
getHydrogenBondDonorAtomNames in interface ResidueType
Overrides:
getHydrogenBondDonorAtomNames in class Nucleotide