Uses of Enum Class
ffx.algorithms.cli.ThermodynamicsOptions.ThermodynamicsAlgorithm
Packages that use ThermodynamicsOptions.ThermodynamicsAlgorithm
Package
Description
The Algorithms CLI package defines options for PicoCLI command line scripts.
-
Uses of ThermodynamicsOptions.ThermodynamicsAlgorithm in ffx.algorithms.cli
Subclasses with type arguments of type ThermodynamicsOptions.ThermodynamicsAlgorithm in ffx.algorithms.cliModifier and TypeClassDescriptionstatic enumRepresents categories of thermodynamics algorithms that must be handled differently.Methods in ffx.algorithms.cli that return ThermodynamicsOptions.ThermodynamicsAlgorithmModifier and TypeMethodDescriptionThermodynamicsOptions.getAlgorithm()Return the selected Thermodynamics algorithm as an enumerated type.Parse a String to a corresponding thermodynamics algorithm, recognizing aliases.Returns the enum constant of this class with the specified name.ThermodynamicsOptions.ThermodynamicsAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.