Uses of Enum Class
ffx.potential.Utilities.FileType
Package
Description
The Potential package implements molecular mechanics force fields with shared memory Parallel
Java and via OpenMM.
The Parsers package handles reading/writing files to/from the internal data structure.
-
Uses of Utilities.FileType in ffx.potential
Modifier and TypeMethodDescriptionstatic Utilities.FileType
Returns the enum constant of this class with the specified name.static Utilities.FileType[]
Utilities.FileType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Utilities.FileType in ffx.potential.parsers
Modifier and TypeFieldDescriptionprotected Utilities.FileType
SystemFilter.fileType
The file format being handled.