ProGAL.proteins.structure.generators
Class HeavyAtomAminoAcidGenerator

java.lang.Object
  extended by ProGAL.proteins.structure.generators.HeavyAtomAminoAcidGenerator
All Implemented Interfaces:
AtomGenerator

public class HeavyAtomAminoAcidGenerator
extends java.lang.Object
implements AtomGenerator


Constructor Summary
HeavyAtomAminoAcidGenerator()
           
 
Method Summary
 Atom[] generateAtoms(char type)
           
 CBond[] generateBonds(AminoAcid[] aminoAcids)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeavyAtomAminoAcidGenerator

public HeavyAtomAminoAcidGenerator()
Method Detail

generateBonds

public CBond[] generateBonds(AminoAcid[] aminoAcids)
Specified by:
generateBonds in interface AtomGenerator

generateAtoms

public Atom[] generateAtoms(char type)
Specified by:
generateAtoms in interface AtomGenerator