Uses of Class
pl.poznan.put.pdb.PdbAtomLine
-
Packages that use PdbAtomLine 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.rna pl.poznan.put.torsion Contains classes dealing with torsion angles handling. -
-
Uses of PdbAtomLine in pl.poznan.put.pdb
Subclasses of PdbAtomLine in pl.poznan.put.pdb Modifier and Type Class Description classImmutablePdbAtomLineImmutable implementation ofPdbAtomLine.Methods in pl.poznan.put.pdb that return PdbAtomLine Modifier and Type Method Description static PdbAtomLinePdbAtomLine. fromBioJavaAtom(org.biojava.nbio.structure.Atom atom)Creates an instance of this class fromAtomobject.static PdbAtomLinePdbAtomLine. parse(String line)Parses text as ATOM or HETATM line in strict mode (all 80 characters in the line are required).static PdbAtomLinePdbAtomLine. parse(String line, boolean strictMode)Parses text as ATOM or HETATM line in a strict or non-strict mode.Methods in pl.poznan.put.pdb with parameters of type PdbAtomLine Modifier and Type Method Description static ImmutablePdbAtomLineImmutablePdbAtomLine. copyOf(PdbAtomLine instance)Creates an immutable copy of aPdbAtomLinevalue.doublePdbAtomLine. distanceTo(PdbAtomLine other)Calculates the euclidean distance to another atom.ImmutablePdbAtomLine.BuilderImmutablePdbAtomLine.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 PdbAtomLine Modifier and Type Method Description default PdbAtomLinePdbResidue. findAtom(AtomName atomName)Finds an atom of a given name.Methods in pl.poznan.put.pdb.analysis that return types with arguments of type PdbAtomLine Modifier and Type Method Description abstract List<PdbAtomLine>DefaultCifModel. atoms()abstract List<PdbAtomLine>DefaultPdbModel. atoms()abstract List<PdbAtomLine>DefaultPdbResidue. atoms()List<PdbAtomLine>ImmutableDefaultCifModel. atoms()List<PdbAtomLine>ImmutableDefaultPdbModel. atoms()List<PdbAtomLine>ImmutableDefaultPdbResidue. atoms()List<PdbAtomLine>PdbModel. atoms()List<PdbAtomLine>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 PdbAtomLine Modifier and Type Method Description ImmutableDefaultCifModel.BuilderImmutableDefaultCifModel.Builder. addAtoms(PdbAtomLine element)Adds one element toatomslist.ImmutableDefaultCifModel.BuilderImmutableDefaultCifModel.Builder. addAtoms(PdbAtomLine... elements)Adds elements toatomslist.ImmutableDefaultPdbModel.BuilderImmutableDefaultPdbModel.Builder. addAtoms(PdbAtomLine element)Adds one element toatomslist.ImmutableDefaultPdbModel.BuilderImmutableDefaultPdbModel.Builder. addAtoms(PdbAtomLine... elements)Adds elements toatomslist.ImmutableDefaultPdbResidue.BuilderImmutableDefaultPdbResidue.Builder. addAtoms(PdbAtomLine element)Adds one element toatomslist.ImmutableDefaultPdbResidue.BuilderImmutableDefaultPdbResidue.Builder. addAtoms(PdbAtomLine... elements)Adds elements toatomslist.ImmutableDefaultCifModelImmutableDefaultCifModel. withAtoms(PdbAtomLine... elements)Copy the current immutable object with elements that replace the content ofatoms.ImmutableDefaultPdbModelImmutableDefaultPdbModel. withAtoms(PdbAtomLine... elements)Copy the current immutable object with elements that replace the content ofatoms.ImmutableDefaultPdbResidueImmutableDefaultPdbResidue. 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 PdbAtomLine Modifier and Type Method Description ImmutableDefaultCifModel.BuilderImmutableDefaultCifModel.Builder. addAllAtoms(Iterable<? extends PdbAtomLine> elements)Adds elements toatomslist.ImmutableDefaultPdbModel.BuilderImmutableDefaultPdbModel.Builder. addAllAtoms(Iterable<? extends PdbAtomLine> elements)Adds elements toatomslist.ImmutableDefaultPdbResidue.BuilderImmutableDefaultPdbResidue.Builder. addAllAtoms(Iterable<? extends PdbAtomLine> elements)Adds elements toatomslist.ImmutableDefaultCifModel.BuilderImmutableDefaultCifModel.Builder. atoms(Iterable<? extends PdbAtomLine> elements)Sets or replaces all elements foratomslist.ImmutableDefaultPdbModel.BuilderImmutableDefaultPdbModel.Builder. atoms(Iterable<? extends PdbAtomLine> elements)Sets or replaces all elements foratomslist.ImmutableDefaultPdbResidue.BuilderImmutableDefaultPdbResidue.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.ImmutableDefaultCifModelImmutableDefaultCifModel. withAtoms(Iterable<? extends PdbAtomLine> elements)Copy the current immutable object with elements that replace the content ofatoms.ImmutableDefaultPdbModelImmutableDefaultPdbModel. withAtoms(Iterable<? extends PdbAtomLine> elements)Copy the current immutable object with elements that replace the content ofatoms.ImmutableDefaultPdbResidueImmutableDefaultPdbResidue. 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 PdbAtomLine Modifier and Type Method Description Optional<PdbAtomLine>ImmutableStandardReferenceFrame. longAxisAtom()Optional<PdbAtomLine>StandardReferenceFrame. longAxisAtom()default Map<AtomName,PdbAtomLine>Nucleobase. standardReferenceFrame()Method parameters in pl.poznan.put.rna with type arguments of type PdbAtomLine Modifier and Type Method Description ImmutableStandardReferenceFrame.BuilderImmutableStandardReferenceFrame.Builder. longAxisAtom(Optional<PdbAtomLine> longAxisAtom)Initializes the value for thelongAxisAtomattribute.ImmutableStandardReferenceFrameImmutableStandardReferenceFrame. withLongAxisAtom(Optional<PdbAtomLine> value)Copy the current immutable object by setting a value for thelongAxisAtomattribute. -
Uses of PdbAtomLine in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion with parameters of type PdbAtomLine Modifier and Type Method Description default TorsionAngleValueAtomBasedTorsionAngleType. calculate(PdbAtomLine a1, PdbAtomLine a2, PdbAtomLine a3, PdbAtomLine a4)Calculates a value of this torsion angle type given atoms explicitly.ImmutableAtomPair.BuilderImmutableAtomPair.Builder. leftAtom(PdbAtomLine leftAtom)Initializes the value for theleftAtomattribute.static ImmutableAtomPairImmutableAtomPair. of(PdbAtomLine leftAtom, PdbAtomLine rightAtom)Construct a new immutableAtomPairinstance.ImmutableAtomPair.BuilderImmutableAtomPair.Builder. rightAtom(PdbAtomLine rightAtom)Initializes the value for therightAtomattribute.ImmutableAtomPairImmutableAtomPair. withLeftAtom(PdbAtomLine value)Copy the current immutable object by setting a value for theleftAtomattribute.ImmutableAtomPairImmutableAtomPair. withRightAtom(PdbAtomLine value)Copy the current immutable object by setting a value for therightAtomattribute.
-