Uses of Enum Class
ffx.xray.solvent.SolventModel
Packages that use SolventModel
Package
Description
The X-ray package implements support for X-ray and Neutron refinement.
The X-ray CLI package defines options for PicoCLI command line scripts.
-
Uses of SolventModel in ffx.xray
Constructors in ffx.xray with parameters of type SolventModelModifierConstructorDescriptionCrystalReciprocalSpace(ReflectionList reflectionlist, Atom[] scatteringAtoms, ParallelTeam fftTeam, ParallelTeam parallelTeam, boolean solventMask, boolean neutron, SolventModel solventModel, GridMethod gridMethod) Crystal Reciprocal Space constructor, all parameters providedDiffractionData(MolecularAssembly[] molecularAssemblies, org.apache.commons.configuration2.CompositeConfiguration properties, SolventModel solventModel, DiffractionFile... dataFiles) construct a diffraction data assembly -
Uses of SolventModel in ffx.xray.cli
Fields in ffx.xray.cli declared as SolventModel -
Uses of SolventModel in ffx.xray.solvent
Methods in ffx.xray.solvent that return SolventModelModifier and TypeMethodDescriptionstatic SolventModelParse a solvent model string and return a SolventModel enum.static SolventModelReturns the enum constant of this class with the specified name.static SolventModel[]SolventModel.values()Returns an array containing the constants of this enum class, in the order they are declared.