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:
  • Field Details

  • Constructor Details

    • PdbRemark2Line

      public PdbRemark2Line()
  • Method Details

    • 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 resolution attribute
    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • toPdb

      public final String toPdb()
      Returns:
      A line in PDB format.