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
Fields in ffx.algorithms.optimize declared as RotamerOptimization.DirectionModifier and TypeFieldDescriptionprotected RotamerOptimization.DirectionRotamerOptimization.directionThe sliding window direction.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 TypeMethodDescriptionvoidRotamerOptimization.setDirection(RotamerOptimization.Direction direction) Set the optimization direction to forward or backward.