Class Residue
- java.lang.Object
-
- com.actelion.research.chem.io.pdb.parser.Residue
-
public class Residue extends java.lang.ObjectModelGroupAtoms handles a group of atoms, e.g. a Ligand Molecule or an AminoAcid residueCopyright: 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 Summary
Fields Modifier and Type Field Description static doubleBOND_CUTOFF_SQ
-
Constructor Summary
Constructors Constructor Description Residue(java.util.List<AtomRecord> records)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanareBonded(Residue resN)java.lang.StringgetChainID()java.lang.StringgetInsertionCode()Molecule3DgetMolecule()java.lang.StringgetResname()intgetResnum()booleanisTerminal()
-
-
-
Constructor Detail
-
Residue
public Residue(java.util.List<AtomRecord> records)
-
-
Method Detail
-
isTerminal
public boolean isTerminal()
-
getResnum
public int getResnum()
-
getMolecule
public Molecule3D getMolecule()
-
getResname
public java.lang.String getResname()
-
getChainID
public java.lang.String getChainID()
-
getInsertionCode
public java.lang.String getInsertionCode()
-
areBonded
public boolean areBonded(Residue resN)
-
-