Package pl.poznan.put.pdb
Class PdbRemark2Line
java.lang.Object
pl.poznan.put.pdb.PdbRemark2Line
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImmutablePdbRemark2Line
A representation of REMARK 2 line which describes experimental resolution.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PdbRemark2Line
Parses the text in REMARK 2 of PDB format.abstract double
final String
toPdb()
final String
toString()
-
Field Details
-
PROLOGUE
- See Also:
-
-
Constructor Details
-
PdbRemark2Line
public PdbRemark2Line()
-
-
Method Details
-
parse
Parses the text in REMARK 2 of PDB format.- Parameters:
line
- A REMARK 2 line.- Returns:
- An instance of this class with experimental resolution parsed from
line
.
-
resolution
@Parameter(order=1) public abstract double resolution()- Returns:
- The value of the
resolution
attribute
-
toString
-
toPdb
- Returns:
- A line in PDB format.
-