Uses of Interface
ffx.potential.parsers.FileOpener
Packages that use FileOpener
Package
Description
The Utils package implements core functionality needed for using the Potential package, such as
opening and closing structure files, basic force field energy evaluations, etc.
The UI package provides views and controllers for manipulating molecular systems.
-
Uses of FileOpener in ffx.potential.utils
Classes in ffx.potential.utils that implement FileOpenerModifier and TypeClassDescriptionclass
The PotentialsFileOpener class specifies a Runnable object which is constructed with a File and, when run, allows returning any opened MolecularAssembly objects and their associated properties. -
Uses of FileOpener in ffx.ui
Classes in ffx.ui that implement FileOpenerModifier and TypeClassDescriptionclass
The UIFileOpener class opens a file into Force Field X using a filter from the ffx.potential.parsers package.