Uses of Enum Class
ffx.potential.parsers.SystemFilter.Versioning
Packages that use SystemFilter.Versioning
Package
Description
The Parsers package handles reading/writing files to/from the internal data structure.
-
Uses of SystemFilter.Versioning in ffx.potential.parsers
Methods in ffx.potential.parsers that return SystemFilter.VersioningModifier and TypeMethodDescriptionstatic SystemFilter.Versioning
Returns the enum constant of this class with the specified name.static SystemFilter.Versioning[]
SystemFilter.Versioning.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ffx.potential.parsers with parameters of type SystemFilter.VersioningModifier and TypeMethodDescriptionstatic void
SystemFilter.setVersioning
(SystemFilter.Versioning vers) Negative: prefix a version number; Positive: postfix; Zero: TINKER-style.