Uses of Enum Class
ffx.potential.nonbonded.ScfPredictor.PredictorMode
Packages that use ScfPredictor.PredictorMode
Package
Description
The Nonbonded package implements nonbonded molecular mechanics terms such as van der Waals and
Particle Mesh Ewald electrostastics.
-
Uses of ScfPredictor.PredictorMode in ffx.potential.nonbonded
Subclasses with type arguments of type ScfPredictor.PredictorMode in ffx.potential.nonbondedMethods in ffx.potential.nonbonded that return ScfPredictor.PredictorModeModifier and TypeMethodDescriptionstatic ScfPredictor.PredictorModeReturns the enum constant of this class with the specified name.static ScfPredictor.PredictorMode[]ScfPredictor.PredictorMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ffx.potential.nonbonded with parameters of type ScfPredictor.PredictorModeModifierConstructorDescriptionScfPredictor(ScfPredictor.PredictorMode mode, int order, ForceField ff) Constructor for ScfPredictor.