ProGAL.proteins.structure.generators
Class CABAminoAcidGenerator

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

public class CABAminoAcidGenerator
extends java.lang.Object
implements AtomGenerator


Constructor Summary
CABAminoAcidGenerator()
           
 
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

CABAminoAcidGenerator

public CABAminoAcidGenerator()
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