Uses of Class
pl.poznan.put.pdb.PdbAtomLine
Packages that use PdbAtomLine
Package
Description
Contains classes responsible for PDB/mmCIF data modelling and analysis.
Contains classes which work on data from PDB or mmCIF files.
Contains classes dealing with torsion angles handling.
-
Uses of PdbAtomLine in pl.poznan.put.pdb
Subclasses of PdbAtomLine in pl.poznan.put.pdbMethods in pl.poznan.put.pdb that return PdbAtomLineModifier and TypeMethodDescriptionstatic PdbAtomLine
Parses text as ATOM or HETATM line in strict mode (all 80 characters in the line are required).static PdbAtomLine
Parses text as ATOM or HETATM line in a strict or non-strict mode.Methods in pl.poznan.put.pdb with parameters of type PdbAtomLineModifier and TypeMethodDescriptionstatic ImmutablePdbAtomLine
ImmutablePdbAtomLine.copyOf
(PdbAtomLine instance) Creates an immutable copy of aPdbAtomLine
value.final double
PdbAtomLine.distanceTo
(PdbAtomLine other) Calculates the euclidean distance to another atom.ImmutablePdbAtomLine.Builder.from
(PdbAtomLine instance) Fill a builder with attribute values from the providedpl.poznan.put.pdb.PdbAtomLine
instance. -
Uses of PdbAtomLine in pl.poznan.put.pdb.analysis
Methods in pl.poznan.put.pdb.analysis that return PdbAtomLineMethods in pl.poznan.put.pdb.analysis that return types with arguments of type PdbAtomLineModifier and TypeMethodDescriptionabstract List<PdbAtomLine>
DefaultCifModel.atoms()
abstract List<PdbAtomLine>
DefaultPdbModel.atoms()
abstract List<PdbAtomLine>
DefaultPdbResidue.atoms()
ImmutableDefaultCifModel.atoms()
ImmutableDefaultPdbModel.atoms()
ImmutableDefaultPdbResidue.atoms()
PdbModel.atoms()
PdbResidue.atoms()
default List<PdbAtomLine>
ResidueCollection.filteredAtoms
(MoleculeType moleculeType) Filters atoms in this residue collection.Methods in pl.poznan.put.pdb.analysis with parameters of type PdbAtomLineModifier and TypeMethodDescriptionImmutableDefaultCifModel.Builder.addAtoms
(PdbAtomLine element) Adds one element toatoms
list.ImmutableDefaultCifModel.Builder.addAtoms
(PdbAtomLine... elements) Adds elements toatoms
list.ImmutableDefaultPdbModel.Builder.addAtoms
(PdbAtomLine element) Adds one element toatoms
list.ImmutableDefaultPdbModel.Builder.addAtoms
(PdbAtomLine... elements) Adds elements toatoms
list.ImmutableDefaultPdbResidue.Builder.addAtoms
(PdbAtomLine element) Adds one element toatoms
list.ImmutableDefaultPdbResidue.Builder.addAtoms
(PdbAtomLine... elements) Adds elements toatoms
list.final ImmutableDefaultCifModel
ImmutableDefaultCifModel.withAtoms
(PdbAtomLine... elements) Copy the current immutable object with elements that replace the content ofatoms
.final ImmutableDefaultPdbModel
ImmutableDefaultPdbModel.withAtoms
(PdbAtomLine... elements) Copy the current immutable object with elements that replace the content ofatoms
.ImmutableDefaultPdbResidue.withAtoms
(PdbAtomLine... elements) Copy the current immutable object with elements that replace the content ofatoms
.Method parameters in pl.poznan.put.pdb.analysis with type arguments of type PdbAtomLineModifier and TypeMethodDescriptionImmutableDefaultCifModel.Builder.addAllAtoms
(Iterable<? extends PdbAtomLine> elements) Adds elements toatoms
list.ImmutableDefaultPdbModel.Builder.addAllAtoms
(Iterable<? extends PdbAtomLine> elements) Adds elements toatoms
list.ImmutableDefaultPdbResidue.Builder.addAllAtoms
(Iterable<? extends PdbAtomLine> elements) Adds elements toatoms
list.ImmutableDefaultCifModel.Builder.atoms
(Iterable<? extends PdbAtomLine> elements) Sets or replaces all elements foratoms
list.ImmutableDefaultPdbModel.Builder.atoms
(Iterable<? extends PdbAtomLine> elements) Sets or replaces all elements foratoms
list.ImmutableDefaultPdbResidue.Builder.atoms
(Iterable<? extends PdbAtomLine> elements) Sets or replaces all elements foratoms
list.static PdbModel
DefaultPdbModel.of
(Iterable<PdbAtomLine> atoms) Creates an instance of this class with just a list of atoms and all other fields set to default values or empty.static ImmutableDefaultCifModel
ImmutableDefaultCifModel.of
(PdbHeaderLine header, PdbExpdtaLine experimentalData, PdbRemark2Line resolution, int modelNumber, Iterable<? extends PdbAtomLine> atoms, Iterable<? extends PdbModresLine> modifiedResidues, Iterable<? extends PdbRemark465Line> missingResidues, String title, Iterable<? extends PdbResidueIdentifier> chainTerminatedAfter, Iterable<? extends QuantifiedBasePair> basePairs) Construct a new immutableDefaultCifModel
instance.static ImmutableDefaultCifModel
ImmutableDefaultCifModel.of
(PdbHeaderLine header, PdbExpdtaLine experimentalData, PdbRemark2Line resolution, int modelNumber, List<PdbAtomLine> atoms, List<PdbModresLine> modifiedResidues, List<PdbRemark465Line> missingResidues, String title, Set<PdbResidueIdentifier> chainTerminatedAfter, List<QuantifiedBasePair> basePairs) Construct a new immutableDefaultCifModel
instance.static ImmutableDefaultPdbModel
ImmutableDefaultPdbModel.of
(PdbHeaderLine header, PdbExpdtaLine experimentalData, PdbRemark2Line resolution, int modelNumber, Iterable<? extends PdbAtomLine> atoms, Iterable<? extends PdbModresLine> modifiedResidues, Iterable<? extends PdbRemark465Line> missingResidues, String title, Iterable<? extends PdbResidueIdentifier> chainTerminatedAfter) Construct a new immutableDefaultPdbModel
instance.static ImmutableDefaultPdbModel
ImmutableDefaultPdbModel.of
(PdbHeaderLine header, PdbExpdtaLine experimentalData, PdbRemark2Line resolution, int modelNumber, List<PdbAtomLine> atoms, List<PdbModresLine> modifiedResidues, List<PdbRemark465Line> missingResidues, String title, Set<PdbResidueIdentifier> chainTerminatedAfter) Construct a new immutableDefaultPdbModel
instance.static ImmutableDefaultPdbResidue
ImmutableDefaultPdbResidue.of
(PdbResidueIdentifier identifier, String standardResidueName, String modifiedResidueName, Iterable<? extends PdbAtomLine> atoms) Construct a new immutableDefaultPdbResidue
instance.static ImmutableDefaultPdbResidue
ImmutableDefaultPdbResidue.of
(PdbResidueIdentifier identifier, String standardResidueName, String modifiedResidueName, List<PdbAtomLine> atoms) Construct a new immutableDefaultPdbResidue
instance.final ImmutableDefaultCifModel
ImmutableDefaultCifModel.withAtoms
(Iterable<? extends PdbAtomLine> elements) Copy the current immutable object with elements that replace the content ofatoms
.final ImmutableDefaultPdbModel
ImmutableDefaultPdbModel.withAtoms
(Iterable<? extends PdbAtomLine> elements) Copy the current immutable object with elements that replace the content ofatoms
.ImmutableDefaultPdbResidue.withAtoms
(Iterable<? extends PdbAtomLine> elements) Copy the current immutable object with elements that replace the content ofatoms
. -
Uses of PdbAtomLine in pl.poznan.put.rna
Methods in pl.poznan.put.rna that return types with arguments of type PdbAtomLineModifier and TypeMethodDescriptiondefault Map<AtomName,
PdbAtomLine> Nucleobase.standardReferenceFrame()
-
Uses of PdbAtomLine in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion with parameters of type PdbAtomLineModifier and TypeMethodDescriptiondefault TorsionAngleValue
AtomBasedTorsionAngleType.calculate
(PdbAtomLine a1, PdbAtomLine a2, PdbAtomLine a3, PdbAtomLine a4) Calculates a value of this torsion angle type given atoms explicitly.ImmutableAtomPair.Builder.leftAtom
(PdbAtomLine leftAtom) Initializes the value for theleftAtom
attribute.static ImmutableAtomPair
ImmutableAtomPair.of
(PdbAtomLine leftAtom, PdbAtomLine rightAtom) Construct a new immutableAtomPair
instance.ImmutableAtomPair.Builder.rightAtom
(PdbAtomLine rightAtom) Initializes the value for therightAtom
attribute.final ImmutableAtomPair
ImmutableAtomPair.withLeftAtom
(PdbAtomLine value) Copy the current immutable object by setting a value for theleftAtom
attribute.final ImmutableAtomPair
ImmutableAtomPair.withRightAtom
(PdbAtomLine value) Copy the current immutable object by setting a value for therightAtom
attribute.