Class Residue
- java.lang.Object
-
- com.actelion.research.chem.io.pdb.parser.Residue
-
public class Residue extends java.lang.Object
ModelGroupAtoms 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 double
BOND_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 boolean
areBonded(Residue resN)
java.lang.String
getChainID()
java.lang.String
getInsertionCode()
Molecule3D
getMolecule()
java.lang.String
getResname()
int
getResnum()
boolean
isTerminal()
-
-
-
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)
-
-