Class PdbRemark2Line

    • Constructor Detail

      • PdbRemark2Line

        public PdbRemark2Line()
    • 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 resolution attribute
      • toPdb

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