Package pl.poznan.put.pdb.analysis
Class AbstractPdbModel
java.lang.Object
pl.poznan.put.pdb.analysis.AbstractPdbModel
- All Implemented Interfaces:
Serializable
,PdbModel
,ResidueCollection
- Direct Known Subclasses:
DefaultCifModel
,DefaultPdbModel
A structure which detects residues from atoms alone and then chains from residues.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface pl.poznan.put.pdb.analysis.ResidueCollection
ResidueCollection.CifBuilder, ResidueCollection.PdbBuilder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface pl.poznan.put.pdb.analysis.PdbModel
atoms, chainTerminatedAfter, containsAny, experimentalData, filteredMissing, filteredNewInstance, findChainContainingResidue, header, idCode, isModified, missingResidues, modelNumber, modificationDetails, modifiedResidues, resolution, title
Methods inherited from interface pl.poznan.put.pdb.analysis.ResidueCollection
filteredAtoms, findBondLengthViolations, findResidue, hasResidue, indexOf, namedResidueIdentifiers, residueIdentifiers, sequence, toCif, toPdb, withoutAlternateLocations
-
Constructor Details
-
AbstractPdbModel
public AbstractPdbModel()
-
-
Method Details
-
chains
Groups together residues in the same chain and repeat that for every chain. -
residues
Groups together atoms from the same residue and repeat that for every residue.- Specified by:
residues
in interfaceResidueCollection
- Returns:
- A list of residues in the structure.
-