Uses of Class
pl.poznan.put.pdb.PdbModresLine
Packages that use PdbModresLine
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 PdbModresLine in pl.poznan.put.pdb
Subclasses of PdbModresLine in pl.poznan.put.pdbMethods in pl.poznan.put.pdb that return PdbModresLineModifier and TypeMethodDescriptionstatic PdbModresLine
Parses text with MODRES line in PDB format.Methods in pl.poznan.put.pdb with parameters of type PdbModresLineModifier and TypeMethodDescriptionstatic ImmutablePdbModresLine
ImmutablePdbModresLine.copyOf
(PdbModresLine instance) Creates an immutable copy of aPdbModresLine
value.ImmutablePdbModresLine.Builder.from
(PdbModresLine instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.PdbModresLine
instance. -
Uses of PdbModresLine in pl.poznan.put.pdb.analysis
Methods in pl.poznan.put.pdb.analysis that return PdbModresLineModifier and TypeMethodDescriptiondefault PdbModresLine
PdbModel.modificationDetails
(PdbResidueIdentifier query) Provides details about modification of the residue.Methods in pl.poznan.put.pdb.analysis that return types with arguments of type PdbModresLineModifier and TypeMethodDescriptionabstract List<PdbModresLine>
DefaultCifModel.modifiedResidues()
abstract List<PdbModresLine>
DefaultPdbModel.modifiedResidues()
ImmutableDefaultCifModel.modifiedResidues()
ImmutableDefaultPdbModel.modifiedResidues()
PdbModel.modifiedResidues()
Methods in pl.poznan.put.pdb.analysis with parameters of type PdbModresLineModifier and TypeMethodDescriptionImmutableDefaultCifModel.Builder.addModifiedResidues
(PdbModresLine element) Adds one element tomodifiedResidues
list.ImmutableDefaultCifModel.Builder.addModifiedResidues
(PdbModresLine... elements) Adds elements tomodifiedResidues
list.ImmutableDefaultPdbModel.Builder.addModifiedResidues
(PdbModresLine element) Adds one element tomodifiedResidues
list.ImmutableDefaultPdbModel.Builder.addModifiedResidues
(PdbModresLine... elements) Adds elements tomodifiedResidues
list.final ImmutableDefaultCifModel
ImmutableDefaultCifModel.withModifiedResidues
(PdbModresLine... elements) Copy the current immutable object with elements that replace the content ofmodifiedResidues
.final ImmutableDefaultPdbModel
ImmutableDefaultPdbModel.withModifiedResidues
(PdbModresLine... elements) Copy the current immutable object with elements that replace the content ofmodifiedResidues
.Method parameters in pl.poznan.put.pdb.analysis with type arguments of type PdbModresLineModifier and TypeMethodDescriptionImmutableDefaultCifModel.Builder.addAllModifiedResidues
(Iterable<? extends PdbModresLine> elements) Adds elements tomodifiedResidues
list.ImmutableDefaultPdbModel.Builder.addAllModifiedResidues
(Iterable<? extends PdbModresLine> elements) Adds elements tomodifiedResidues
list.ImmutableDefaultCifModel.Builder.modifiedResidues
(Iterable<? extends PdbModresLine> elements) Sets or replaces all elements formodifiedResidues
list.ImmutableDefaultPdbModel.Builder.modifiedResidues
(Iterable<? extends PdbModresLine> elements) Sets or replaces all elements formodifiedResidues
list.final ImmutableDefaultCifModel
ImmutableDefaultCifModel.withModifiedResidues
(Iterable<? extends PdbModresLine> elements) Copy the current immutable object with elements that replace the content ofmodifiedResidues
.final ImmutableDefaultPdbModel
ImmutableDefaultPdbModel.withModifiedResidues
(Iterable<? extends PdbModresLine> elements) Copy the current immutable object with elements that replace the content ofmodifiedResidues
.