Class ProteinSynthesizer


  • public class ProteinSynthesizer
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean addResidue​(Molecule3D residue)
      an amino acid is added to the protein structure and a peptide coupling is performed, if coupling cannot be performed, the function results false and the residue is not added
      Molecule3D retrieveProtein()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProteinSynthesizer

        public ProteinSynthesizer()
    • Method Detail

      • addResidue

        public boolean addResidue​(Molecule3D residue)
        an amino acid is added to the protein structure and a peptide coupling is performed, if coupling cannot be performed, the function results false and the residue is not added
      • retrieveProtein

        public Molecule3D retrieveProtein()