Class Residue


  • public class Residue
    extends java.lang.Object
    ModelGroupAtoms handles a group of atoms, e.g. a Ligand Molecule or an AminoAcid residue

    Copyright: Idorsia Pharmaceuticals Ltd., Inc. All Rights Reserved This software is the proprietary information of Idorsia Pharmaceuticals, Ltd. Use is subject to license terms.

    Created by korffmo1 on 11.04.18.
    • Field Detail

      • BOND_CUTOFF_SQ

        public static double BOND_CUTOFF_SQ
    • Constructor Detail

      • Residue

        public Residue​(java.util.List<AtomRecord> records)
    • Method Detail

      • isTerminal

        public boolean isTerminal()
      • getResnum

        public int getResnum()
      • getResname

        public java.lang.String getResname()
      • getChainID

        public java.lang.String getChainID()
      • getInsertionCode

        public java.lang.String getInsertionCode()
      • areBonded

        public boolean areBonded​(Residue resN)