Uses of Enum Class
ffx.potential.bonded.RotamerLibrary.ProteinLibrary
Packages that use RotamerLibrary.ProteinLibrary
Package
Description
The Bonded package implements bonded molecular mechanics terms such as bonds, angles, torsions,
etc.
-
Uses of RotamerLibrary.ProteinLibrary in ffx.potential.bonded
Methods in ffx.potential.bonded that return RotamerLibrary.ProteinLibraryModifier and TypeMethodDescriptionRotamerLibrary.getLibrary()
Get the protein rotamer library.RotamerLibrary.ProteinLibrary.getProteinLibrary
(String input) Parses a String input to a ProteinLibrary.RotamerLibrary.ProteinLibrary.intToProteinLibrary
(int library) Converts an integer to a corresponding ProteinLibrary.Returns the enum constant of this class with the specified name.static RotamerLibrary.ProteinLibrary[]
RotamerLibrary.ProteinLibrary.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ffx.potential.bonded with parameters of type RotamerLibrary.ProteinLibraryModifierConstructorDescriptionRotamerLibrary
(RotamerLibrary.ProteinLibrary protLibrary, boolean origCoords) Constructor for RotamerLibrary.RotamerLibrary
(RotamerLibrary.ProteinLibrary protLibrary, RotamerLibrary.NucleicAcidLibrary naLibrary, boolean origCoords) Constructor for RotamerLibrary.