Uses of Class
ffx.openmm.StringArray
Packages that use StringArray
Package
Description
The OpenMM package includes Java classes that are analogues of the OpenMM C++ API.
-
Uses of StringArray in ffx.openmm
Methods in ffx.openmm that return StringArrayModifier and TypeMethodDescriptionstatic StringArray
Platform.getPluginLoadFailures()
Get the plugin load failures.Platform.getPropertyNames()
Get the names of all platform properties.static StringArray
Platform.loadPluginsFromDirectory
(String directory) Load plugins from a directory.Methods in ffx.openmm with parameters of type StringArrayModifier and TypeMethodDescriptionstatic Platform
Platform.findPlatform
(StringArray kernelNames) Find a platform that supports a specified set of kernels.boolean
Platform.supportsKernels
(StringArray kernelNames) Determine whether this Platform supports a specified set of kernels.