Class PdbParser


  • public class PdbParser
    extends Object
    A parser of PDB format.
    • Constructor Detail

      • PdbParser

        public PdbParser​(boolean strictMode)
        Creates an instance with the possibility to set strictMode.
        Parameters:
        strictMode - If false, then some of the checks on PDB format conformity are relaxed.
      • PdbParser

        public PdbParser()
        Creates an instance with strictMode set to true.
    • Method Detail

      • parse

        public final List<PdbModel> parse​(String structureContent)
        Parses a string in PDB format.
        Parameters:
        structureContent - A string containing data in PDB format.
        Returns:
        An object representing the parsed data.