Uses of Enum Class
ffx.potential.parameters.ForceField.ForceFieldType
Package
Description
The Parameters package stores force field atom types, bond types, etc, and keywords that define
the potential.
-
Uses of ForceField.ForceFieldType in ffx.potential.parameters
Modifier and TypeMethodDescriptionstatic ForceField.ForceFieldType
Returns the enum constant of this class with the specified name.static ForceField.ForceFieldType[]
ForceField.ForceFieldType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ForceField.clearForceFieldType
(ForceField.ForceFieldType type) Clear all force field types of a given type.int
ForceField.getForceFieldTypeCount
(ForceField.ForceFieldType type) getForceFieldTypeCountForceField.getTypes
(ForceField.ForceFieldType type) Return all force field types of a given type.ForceField.toString
(ForceField.ForceFieldType type) Return a String for any Force Field keyword.ModifierConstructorDescriptionBaseType
(ForceField.ForceFieldType forceFieldType, int[] keys) Public constructor.BaseType
(ForceField.ForceFieldType forceFieldType, String key) Public constructor.