Class PDBTemporaryStorageUtils.LinkRecord
- java.lang.Object
-
- org.biojava.nbio.structure.io.util.PDBTemporaryStorageUtils.LinkRecord
-
- Enclosing class:
- PDBTemporaryStorageUtils
public static class PDBTemporaryStorageUtils.LinkRecord extends Object
Temporary data storage for LINK records. This is necessary because LINK records precede the atoms they correspond to in a PDB file, so we must store the information encoded in a LINK record until we actually know about the atoms a LINK refers to.- Author:
- Ulysse Carion
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAltLoc1()StringgetAltLoc2()StringgetChainID1()StringgetChainID2()StringgetiCode1()StringgetiCode2()StringgetName1()StringgetName2()StringgetResName1()StringgetResName2()StringgetResSeq1()StringgetResSeq2()StringgetSym1()StringgetSym2()StringtoString()
-
-
-
Method Detail
-
getName1
public String getName1()
-
getAltLoc1
public String getAltLoc1()
-
getResName1
public String getResName1()
-
getChainID1
public String getChainID1()
-
getResSeq1
public String getResSeq1()
-
getiCode1
public String getiCode1()
-
getName2
public String getName2()
-
getAltLoc2
public String getAltLoc2()
-
getResName2
public String getResName2()
-
getChainID2
public String getChainID2()
-
getResSeq2
public String getResSeq2()
-
getiCode2
public String getiCode2()
-
getSym1
public String getSym1()
-
getSym2
public String getSym2()
-
-