Uses of Enum Class
ffx.potential.parameters.ForceField.ForceFieldType
Packages that use 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
Methods in ffx.potential.parameters that return ForceField.ForceFieldTypeModifier and TypeMethodDescriptionstatic ForceField.ForceFieldTypeReturns 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.Methods in ffx.potential.parameters with parameters of type ForceField.ForceFieldTypeModifier and TypeMethodDescriptionvoidForceField.clearForceFieldType(ForceField.ForceFieldType type) Clear all force field types of a given type.intForceField.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.Constructors in ffx.potential.parameters with parameters of type ForceField.ForceFieldTypeModifierConstructorDescriptionBaseType(ForceField.ForceFieldType forceFieldType, int[] keys) Public constructor.BaseType(ForceField.ForceFieldType forceFieldType, String key) Public constructor.