Package ffx.xray.commands
Class Anneal
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.xray.commands.Anneal
The X-ray Annealing script.
Usage:
ffxc xray.Anneal [options] <filename>
Usage:
ffxc xray.Anneal [options] <filename>
-
Field Summary
Fields inherited from class ffx.algorithms.cli.AlgorithmsCommand
activeAssembly, algorithmFunctions, algorithmListener, baseDirFields inherited from class ffx.utilities.FFXCommand
args, binding, color, help, logger, parseResult, version -
Constructor Summary
ConstructorsConstructorDescriptionAnneal()Anneal constructor.Anneal(FFXBinding binding) Anneal constructor.Anneal constructor that sets the command line arguments. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReclaims resources associated with all Potential objects associated with this script.Returns a List of all Potential objects associated with this script.run()Execute this Command.Methods inherited from class ffx.algorithms.cli.AlgorithmsCommand
getActiveAssemblies, getActiveAssembly, getPotentialsFromAssemblies, init, saveDirFile, setBaseDir, updateTitleMethods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
Anneal
public Anneal()Anneal constructor. -
Anneal
Anneal constructor that sets the command line arguments.- Parameters:
args- Command line arguments.
-
Anneal
Anneal constructor.- Parameters:
binding- The Binding to use.
-
-
Method Details
-
run
Description copied from class:FFXCommandExecute this Command.- Overrides:
runin classFFXCommand- Returns:
- The current FFXCommand.
-
getPotentials
Description copied from class:AlgorithmsCommandReturns a List of all Potential objects associated with this script.- Overrides:
getPotentialsin classAlgorithmsCommand- Returns:
- All Potentials. Sometimes empty, never null.
-
destroyPotentials
public boolean destroyPotentials()Description copied from class:AlgorithmsCommandReclaims resources associated with all Potential objects associated with this script.- Overrides:
destroyPotentialsin classAlgorithmsCommand- Returns:
- If all Potentials had resources reclaimed.
-