Uses of Interface
pl.poznan.put.pdb.ChainNumberICode
-
Packages that use ChainNumberICode Package Description pl.poznan.put.pdb Contains classes responsible for PDB/mmCIF data modelling and analysis.pl.poznan.put.pdb.analysis Contains classes which work on data from PDB or mmCIF files.pl.poznan.put.structure.formats -
-
Uses of ChainNumberICode in pl.poznan.put.pdb
Classes in pl.poznan.put.pdb that implement ChainNumberICode Modifier and Type Class Description classImmutablePdbAtomLineImmutable implementation ofPdbAtomLine.classImmutablePdbModresLineImmutable implementation ofPdbModresLine.classImmutablePdbNamedResidueIdentifierImmutable implementation ofPdbNamedResidueIdentifier.classImmutablePdbRemark465LineImmutable implementation ofPdbRemark465Line.classImmutablePdbResidueIdentifierImmutable implementation ofPdbResidueIdentifier.classPdbAtomLineRepresentation of ATOM and HETATM lines in both PDB and mmCIF files.classPdbModresLineA representation of MODRES line in PDB format.classPdbNamedResidueIdentifierClass that represents a residue identifier with a known name.classPdbRemark465LineA representation of REMARK 465 in PDB format which describes missing residues.classPdbResidueIdentifierA residue identifier is used only to address a residue in the structure.Methods in pl.poznan.put.pdb with parameters of type ChainNumberICode Modifier and Type Method Description default intChainNumberICode. compareTo(ChainNumberICode t)ImmutablePdbAtomLine.BuilderImmutablePdbAtomLine.Builder. from(ChainNumberICode instance)Fill a builder with attribute values from the providedpl.poznan.put.pdb.ChainNumberICodeinstance.ImmutablePdbModresLine.BuilderImmutablePdbModresLine.Builder. from(ChainNumberICode instance)Fill a builder with attribute values from the providedpl.poznan.put.pdb.ChainNumberICodeinstance.ImmutablePdbNamedResidueIdentifier.BuilderImmutablePdbNamedResidueIdentifier.Builder. from(ChainNumberICode instance)Fill a builder with attribute values from the providedpl.poznan.put.pdb.ChainNumberICodeinstance.ImmutablePdbRemark465Line.BuilderImmutablePdbRemark465Line.Builder. from(ChainNumberICode instance)Fill a builder with attribute values from the providedpl.poznan.put.pdb.ChainNumberICodeinstance.ImmutablePdbResidueIdentifier.BuilderImmutablePdbResidueIdentifier.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.analysis Modifier and Type Interface Description interfacePdbResidueA residue (nucleotide or amino acid).Classes in pl.poznan.put.pdb.analysis that implement ChainNumberICode Modifier and Type Class Description classDefaultPdbResidueA default implementation of a residue (nucleotide or amino acid).classImmutableDefaultPdbResidueImmutable implementation ofDefaultPdbResidue.Methods in pl.poznan.put.pdb.analysis with parameters of type ChainNumberICode Modifier and Type Method Description default 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). -
Uses of ChainNumberICode in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats with parameters of type ChainNumberICode Modifier and Type Method Description static Ct.ExtendedEntryCt.ExtendedEntry. fromEntryAndPdbResidue(BpSeq.Entry entry, ChainNumberICode residue, PdbModel model)Converts a BPSEQ entry into an instance of this class using information from a parsed 3D data.
-