Uses of Enum
pl.poznan.put.atom.AtomName
Packages that use AtomName
Package
Description
Collection of utility classes to work with atom types, names and atomic bonds.
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 AtomName in pl.poznan.put.atom
Methods in pl.poznan.put.atom that return AtomNameModifier and TypeMethodDescriptionstatic AtomName
AtomName.fromString
(String pdbName) Creates an instance from String.static AtomName
Returns the enum constant of this type with the specified name.static AtomName[]
AtomName.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AtomName in pl.poznan.put.pdb
Methods in pl.poznan.put.pdb that return AtomName -
Uses of AtomName in pl.poznan.put.pdb.analysis
Methods in pl.poznan.put.pdb.analysis that return types with arguments of type AtomNameModifier and TypeMethodDescriptionResidueComponent.additionalAtoms()
DefaultPdbResidue.atomNames()
ImmutableDefaultPdbResidue.atomNames()
PdbResidue.atomNames()
ResidueComponent.requiredAtoms()
Methods in pl.poznan.put.pdb.analysis with parameters of type AtomNameModifier and TypeMethodDescriptiondefault PdbAtomLine
Finds an atom of a given name.default boolean
Checks whether this residue has atom of the given name.Method parameters in pl.poznan.put.pdb.analysis with type arguments of type AtomNameModifier and TypeMethodDescriptionstatic ResidueInformationProvider
ResidueTypeDetector.detectResidueType
(String residueName, Set<AtomName> atomNames) Detects the type of residue by its name or atom content. -
Uses of AtomName in pl.poznan.put.protein
Methods in pl.poznan.put.protein that return types with arguments of type AtomName -
Uses of AtomName in pl.poznan.put.rna
Methods in pl.poznan.put.rna that return types with arguments of type AtomNameModifier and TypeMethodDescriptionPhosphate.additionalAtoms()
Nucleobase.edgeVectorAtoms
(NucleobaseEdge edge) Nucleobase.edgeVectorAtoms
(NucleobaseEdge edge) Purine.edgeVectorAtoms
(NucleobaseEdge edge) Purine.edgeVectorAtoms
(NucleobaseEdge edge) Pyrimidine.edgeVectorAtoms
(NucleobaseEdge edge) Pyrimidine.edgeVectorAtoms
(NucleobaseEdge edge) Phosphate.requiredAtoms()
Ribose.requiredAtoms()
default Map<AtomName,
PdbAtomLine> Nucleobase.standardReferenceFrame()
-
Uses of AtomName in pl.poznan.put.torsion
Methods in pl.poznan.put.torsion that return types with arguments of type AtomNameModifier and TypeMethodDescriptionAtomBasedTorsionAngleType.atoms()
ImmutableAtomBasedTorsionAngleType.atoms()
Method parameters in pl.poznan.put.torsion with type arguments of type AtomNameModifier and TypeMethodDescriptionInitializes the value for theatoms
attribute.ImmutableAtomBasedTorsionAngleType.of
(MoleculeType moleculeType, String shortDisplayName, String exportName, Quadruple<AtomName> atoms, Quadruple<Integer> residueRule) Construct a new immutableAtomBasedTorsionAngleType
instance.Copy the current immutable object by setting a value for theatoms
attribute.