Package pl.poznan.put.pdb
Class PdbRemark2Line
- java.lang.Object
-
- pl.poznan.put.pdb.PdbRemark2Line
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ImmutablePdbRemark2Line
@Immutable public abstract class PdbRemark2Line extends Object implements Serializable
A representation of REMARK 2 line which describes experimental resolution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PdbRemark2Line()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static PdbRemark2Lineparse(String line)Parses the text in REMARK 2 of PDB format.abstract doubleresolution()StringtoPdb()StringtoString()
-
-
-
Field Detail
-
PROLOGUE
public static final String PROLOGUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public static PdbRemark2Line parse(String line)
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
resolutionattribute
-
toPdb
public final String toPdb()
- Returns:
- A line in PDB format.
-
-