Class AbstractPdbModel

    • Constructor Detail

      • AbstractPdbModel

        public AbstractPdbModel()
    • Method Detail

      • 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.