public class SecStrucGroup extends HetatomImpl implements Group
atoms, pdb_flag, pdb_name, residueNumber, type| Constructor and Description |
|---|
SecStrucGroup() |
| Modifier and Type | Method and Description |
|---|---|
Atom |
getC() |
Atom |
getCA() |
Atom |
getH() |
Atom |
getN() |
Atom |
getO() |
Group |
getOriginal() |
void |
setC(Atom c) |
void |
setCA(Atom ca) |
void |
setH(Atom h) |
void |
setN(Atom n) |
void |
setO(Atom o) |
void |
setOriginal(Group original) |
java.lang.String |
toString() |
addAltLoc, addAtom, clearAtoms, clone, getAltLocGroup, getAltLocs, getAtom, getAtom, getAtoms, getChain, getChainId, getChemComp, getId, getPDBName, getProperties, getProperty, getResidueNumber, getType, has3D, hasAltLoc, hasAminoAtoms, hasAtom, isWater, iterator, setAtoms, setChain, setChemComp, setId, setPDBFlag, setPDBName, setProperties, setProperty, setResidueNumber, setResidueNumber, size, trimToSizeequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAltLoc, addAtom, clearAtoms, clone, getAltLocGroup, getAltLocs, getAtom, getAtom, getAtoms, getChain, getChainId, getChemComp, getPDBName, getProperties, getProperty, getResidueNumber, getType, has3D, hasAltLoc, hasAminoAtoms, hasAtom, isWater, iterator, setAtoms, setChain, setChemComp, setPDBFlag, setPDBName, setProperties, setProperty, setResidueNumber, setResidueNumber, size, trimToSizepublic java.lang.String toString()
toString in class HetatomImplpublic Group getOriginal()
public void setOriginal(Group original)
public Atom getC()
public void setC(Atom c)
public Atom getCA()
public void setCA(Atom ca)
public Atom getH()
public void setH(Atom h)
public Atom getN()
public void setN(Atom n)
public Atom getO()
public void setO(Atom o)