Package pl.poznan.put.pdb
Class PdbRemark465Line
java.lang.Object
pl.poznan.put.pdb.PdbRemark465Line
- All Implemented Interfaces:
Serializable,Comparable<ChainNumberICode>,ChainNumberICode
- Direct Known Subclasses:
ImmutablePdbRemark465Line
A representation of REMARK 465 in PDB format which describes missing residues.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringstatic booleanisCommentLine(String line) Checks iflineis just a comment or a line with actual information.abstract intstatic PdbRemark465LineParses a line of text to create an instance of this class.abstract Stringabstract intfinal StringtoPdb()final PdbResidueCreates an instance ofDefaultPdbResiduemarked as missing and without atoms.final StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface pl.poznan.put.pdb.ChainNumberICode
compareTo
-
Field Details
-
PROLOGUE
- See Also:
-
-
Constructor Details
-
PdbRemark465Line
public PdbRemark465Line()
-
-
Method Details
-
isCommentLine
Checks iflineis just a comment or a line with actual information.- Parameters:
line- A line of text.- Returns:
- True if
linecontains a comment only.
-
parse
Parses a line of text to create an instance of this class.- Parameters:
line- A line of text starting with REMARK 465.- Returns:
- An instance of this class
-
modelNumber
@Parameter(order=1) public abstract int modelNumber()- Returns:
- The value of the
modelNumberattribute
-
residueName
- Returns:
- The value of the
residueNameattribute
-
chainIdentifier
- Specified by:
chainIdentifierin interfaceChainNumberICode- Returns:
- The value of the
chainIdentifierattribute
-
residueNumber
@Parameter(order=4) public abstract int residueNumber()- Specified by:
residueNumberin interfaceChainNumberICode- Returns:
- The value of the
residueNumberattribute
-
insertionCode
- Specified by:
insertionCodein interfaceChainNumberICode- Returns:
- The value of the
insertionCodeattribute
-
toString
-
toPdb
- Returns:
- A line in PDB format.
-
toResidue
Creates an instance ofDefaultPdbResiduemarked as missing and without atoms.- Returns:
- An instance of a missing residue.
-