Uses of Enum Class
ffx.potential.bonded.Atom.Resolution
Packages that use Atom.Resolution
Package
Description
The Bonded package implements bonded molecular mechanics terms such as bonds, angles, torsions,
etc.
-
Uses of Atom.Resolution in ffx.potential.bonded
Methods in ffx.potential.bonded that return Atom.ResolutionModifier and TypeMethodDescriptionAtom.getResolution()
Getter for the fieldresolution
.static Atom.Resolution
Returns the enum constant of this class with the specified name.static Atom.Resolution[]
Atom.Resolution.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ffx.potential.bonded with parameters of type Atom.ResolutionModifier and TypeMethodDescriptionboolean
BondedTerm.containsResolution
(Atom.Resolution resolution) Checks if at least one atom in this BondedTerm is of the given resolution.void
Atom.setResolution
(Atom.Resolution resolution) Setter for the fieldresolution
.