Uses of Interface
pl.poznan.put.pdb.ChainNumberICode
Packages that use ChainNumberICode
Package
Description
Contains classes responsible for PDB/mmCIF data modelling and analysis.
Contains classes which work on data from PDB or mmCIF files.
-
Uses of ChainNumberICode in pl.poznan.put.pdb
Classes in pl.poznan.put.pdb that implement ChainNumberICodeModifier and TypeClassDescriptionfinal classImmutable implementation ofPdbAtomLine.final classImmutable implementation ofPdbModresLine.final classImmutable implementation ofPdbNamedResidueIdentifier.final classImmutable implementation ofPdbRemark465Line.final classImmutable implementation ofPdbResidueIdentifier.classRepresentation of ATOM and HETATM lines in both PDB and mmCIF files.classA representation of MODRES line in PDB format.classClass that represents a residue identifier with a known name.classA representation of REMARK 465 in PDB format which describes missing residues.classA residue identifier is used only to address a residue in the structure.Methods in pl.poznan.put.pdb with parameters of type ChainNumberICodeModifier and TypeMethodDescriptiondefault intChainNumberICode.compareTo(ChainNumberICode t) ImmutablePdbAtomLine.Builder.from(ChainNumberICode instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.ChainNumberICodeinstance.ImmutablePdbModresLine.Builder.from(ChainNumberICode instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.ChainNumberICodeinstance.ImmutablePdbNamedResidueIdentifier.Builder.from(ChainNumberICode instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.ChainNumberICodeinstance.ImmutablePdbRemark465Line.Builder.from(ChainNumberICode instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.ChainNumberICodeinstance.ImmutablePdbResidueIdentifier.Builder.from(ChainNumberICode instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.ChainNumberICodeinstance.static PdbResidueIdentifierPdbResidueIdentifier.from(ChainNumberICode chainNumberICode) Creates an instance of this class from any implementation ofChainNumberICode. -
Uses of ChainNumberICode in pl.poznan.put.pdb.analysis
Subinterfaces of ChainNumberICode in pl.poznan.put.pdb.analysisClasses in pl.poznan.put.pdb.analysis that implement ChainNumberICodeModifier and TypeClassDescriptionclassA default implementation of a residue (nucleotide or amino acid).final classImmutable implementation ofDefaultPdbResidue.Methods in pl.poznan.put.pdb.analysis with parameters of type ChainNumberICodeModifier and TypeMethodDescriptiondefault SingleTypedResidueCollectionPdbModel.findChainContainingResidue(ChainNumberICode query) Finds a chain which has a given residue.default PdbResidueResidueCollection.findResidue(ChainNumberICode query) Finds a residue by a triplet (chain, number, icode).default booleanResidueCollection.hasResidue(ChainNumberICode query) Checks if a given (chain, number, icode) is present in this collection of residues.default intResidueCollection.indexOf(ChainNumberICode query) Finds a residue by a triplet (chain, number, icode).