Class AbstractPdbModel

java.lang.Object
pl.poznan.put.pdb.analysis.AbstractPdbModel
All Implemented Interfaces:
Serializable, PdbModel, ResidueCollection
Direct Known Subclasses:
DefaultCifModel, DefaultPdbModel

public abstract class AbstractPdbModel extends Object implements PdbModel
A structure which detects residues from atoms alone and then chains from residues.
See Also:
  • Constructor Details

    • AbstractPdbModel

      public AbstractPdbModel()
  • Method Details

    • chains

      public List<PdbChain> chains()
      Groups together residues in the same chain and repeat that for every chain.
      Specified by:
      chains in interface PdbModel
      Returns:
      A list of chains in the structure.
    • residues

      public List<PdbResidue> residues()
      Groups together atoms from the same residue and repeat that for every residue.
      Specified by:
      residues in interface ResidueCollection
      Returns:
      A list of residues in the structure.