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
Subclasses with type arguments of type Atom.Resolution in ffx.potential.bondedMethods in ffx.potential.bonded that return Atom.ResolutionModifier and TypeMethodDescriptionAtom.getResolution()Getter for the fieldresolution.static Atom.ResolutionReturns 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 TypeMethodDescriptionbooleanBondedTerm.containsResolution(Atom.Resolution resolution) Checks if at least one atom in this BondedTerm is of the given resolution.voidAtom.setResolution(Atom.Resolution resolution) Setter for the fieldresolution.