|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstarfish.chemistry.Entity
starfish.chemistry.Compound
starfish.chemistry.Residue
public class Residue
Field Summary | |
---|---|
Residue |
next
|
Polymer |
polymer
|
Residue |
previous
|
Fields inherited from class starfish.chemistry.Compound |
---|
atoms, chemCompAtomLoopStrings, chemCompBondLoopStrings, chemCompEntityIndexLoopStrings, iRes, labelNum, number |
Fields inherited from class starfish.chemistry.Entity |
---|
assemblyID, chemicalExchangeState, conformationalIsomer, coordSets, details, entityAssemblyLoopStrings, entityCommonNameLoopStrings, entityCompIndexLoopStrings, entityID, entityPolySeqLoopStrings, entityStrings, firstAtom, firstBond, label, lastAtom, lastBond, magneticEquivalenceGroupCode, molecule, name, physicalState, role |
Constructor Summary | |
---|---|
Residue(java.lang.String number,
java.lang.String name)
|
Method Summary | |
---|---|
void |
addAtom(Atom atom)
|
void |
addPseudoAtoms(java.lang.String pseudoAtomName,
java.util.ArrayList<java.lang.String> atomGroup)
|
Atom |
getAtom(java.lang.String name)
|
int |
getIDNum()
|
java.lang.String |
getOneLetter()
|
Atom[] |
getPseudo(java.lang.String pseudoName)
|
Methods inherited from class starfish.chemistry.Compound |
---|
getAtoms, getName, getNumber, renameAtom, updateFromSTAR3ChemComp, updateNames, writeCompoundToSTAR3, writeEntityHeaderSTAR3 |
Methods inherited from class starfish.chemistry.Entity |
---|
addCommonName, addComponents, addCoordSet, finishSaveFrameProcessing, getCoordSets, getFirstAtom, hasEquivalentAtoms, processLoop, setHasEquivalentAtoms, setIDNum, writeEntityCommonNamesSTAR3 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Residue previous
public Residue next
public Polymer polymer
Constructor Detail |
---|
public Residue(java.lang.String number, java.lang.String name)
Method Detail |
---|
public void addAtom(Atom atom)
addAtom
in class Compound
public Atom getAtom(java.lang.String name)
getAtom
in class Compound
public java.lang.String getOneLetter()
public int getIDNum()
getIDNum
in class Compound
public void addPseudoAtoms(java.lang.String pseudoAtomName, java.util.ArrayList<java.lang.String> atomGroup)
public Atom[] getPseudo(java.lang.String pseudoName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |