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 PdbAtomLineParses text as ATOM or HETATM line in strict mode (all 80 characters in the line are required).static PdbAtomLineParses 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 ImmutablePdbAtomLineImmutablePdbAtomLine.copyOf(PdbAtomLine instance) Creates an immutable copy of aPdbAtomLinevalue.final doublePdbAtomLine.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.PdbAtomLineinstance. -
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 toatomslist.ImmutableDefaultCifModel.Builder.addAtoms(PdbAtomLine... elements) Adds elements toatomslist.ImmutableDefaultPdbModel.Builder.addAtoms(PdbAtomLine element) Adds one element toatomslist.ImmutableDefaultPdbModel.Builder.addAtoms(PdbAtomLine... elements) Adds elements toatomslist.ImmutableDefaultPdbResidue.Builder.addAtoms(PdbAtomLine element) Adds one element toatomslist.ImmutableDefaultPdbResidue.Builder.addAtoms(PdbAtomLine... elements) Adds elements toatomslist.final ImmutableDefaultCifModelImmutableDefaultCifModel.withAtoms(PdbAtomLine... elements) Copy the current immutable object with elements that replace the content ofatoms.final ImmutableDefaultPdbModelImmutableDefaultPdbModel.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 toatomslist.ImmutableDefaultPdbModel.Builder.addAllAtoms(Iterable<? extends PdbAtomLine> elements) Adds elements toatomslist.ImmutableDefaultPdbResidue.Builder.addAllAtoms(Iterable<? extends PdbAtomLine> elements) Adds elements toatomslist.ImmutableDefaultCifModel.Builder.atoms(Iterable<? extends PdbAtomLine> elements) Sets or replaces all elements foratomslist.ImmutableDefaultPdbModel.Builder.atoms(Iterable<? extends PdbAtomLine> elements) Sets or replaces all elements foratomslist.ImmutableDefaultPdbResidue.Builder.atoms(Iterable<? extends PdbAtomLine> elements) Sets or replaces all elements foratomslist.static PdbModelDefaultPdbModel.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 ImmutableDefaultCifModelImmutableDefaultCifModel.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 immutableDefaultCifModelinstance.static ImmutableDefaultCifModelImmutableDefaultCifModel.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 immutableDefaultCifModelinstance.static ImmutableDefaultPdbModelImmutableDefaultPdbModel.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 immutableDefaultPdbModelinstance.static ImmutableDefaultPdbModelImmutableDefaultPdbModel.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 immutableDefaultPdbModelinstance.static ImmutableDefaultPdbResidueImmutableDefaultPdbResidue.of(PdbResidueIdentifier identifier, String standardResidueName, String modifiedResidueName, Iterable<? extends PdbAtomLine> atoms) Construct a new immutableDefaultPdbResidueinstance.static ImmutableDefaultPdbResidueImmutableDefaultPdbResidue.of(PdbResidueIdentifier identifier, String standardResidueName, String modifiedResidueName, List<PdbAtomLine> atoms) Construct a new immutableDefaultPdbResidueinstance.final ImmutableDefaultCifModelImmutableDefaultCifModel.withAtoms(Iterable<? extends PdbAtomLine> elements) Copy the current immutable object with elements that replace the content ofatoms.final ImmutableDefaultPdbModelImmutableDefaultPdbModel.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 TorsionAngleValueAtomBasedTorsionAngleType.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 theleftAtomattribute.static ImmutableAtomPairImmutableAtomPair.of(PdbAtomLine leftAtom, PdbAtomLine rightAtom) Construct a new immutableAtomPairinstance.ImmutableAtomPair.Builder.rightAtom(PdbAtomLine rightAtom) Initializes the value for therightAtomattribute.final ImmutableAtomPairImmutableAtomPair.withLeftAtom(PdbAtomLine value) Copy the current immutable object by setting a value for theleftAtomattribute.final ImmutableAtomPairImmutableAtomPair.withRightAtom(PdbAtomLine value) Copy the current immutable object by setting a value for therightAtomattribute.