Uses of Enum Class
ffx.algorithms.optimize.RotamerOptimization.Direction
Packages that use RotamerOptimization.Direction
Package
Description
The Optimize package contains local and global optimization algorithms using pure Java and OpenMM
code paths.
-
Uses of RotamerOptimization.Direction in ffx.algorithms.optimize
Methods in ffx.algorithms.optimize that return RotamerOptimization.DirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RotamerOptimization.Direction[]
RotamerOptimization.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ffx.algorithms.optimize with parameters of type RotamerOptimization.DirectionModifier and TypeMethodDescriptionvoid
RotamerOptimization.setDirection
(RotamerOptimization.Direction direction) Set the optimization direction to forward or backward.