Uses of Enum Class
ffx.potential.bonded.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
Modifier 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.Modifier 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
.