Package ffx.realspace.commands
Class Minimize
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.realspace.commands.Minimize
The Real Space Minimize script.
Usage:
ffxc realspace.Minimize [options] <filename [file2...]>
Usage:
ffxc realspace.Minimize [options] <filename [file2...]>
-
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
ConstructorsConstructorDescriptionMinimize()Minimize constructor.Minimize(FFXBinding binding) Minimize constructor.Minimize constructor that sets the command line arguments. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReclaims resources associated with all Potential objects associated with this script.run()Execute this Command.Methods inherited from class ffx.algorithms.cli.AlgorithmsCommand
getActiveAssemblies, getActiveAssembly, getPotentials, getPotentialsFromAssemblies, init, saveDirFile, setBaseDir, updateTitleMethods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
Minimize
public Minimize()Minimize constructor. -
Minimize
Minimize constructor that sets the command line arguments.- Parameters:
args- Command line arguments.
-
Minimize
Minimize constructor.- Parameters:
binding- The Binding to use.
-
-
Method Details
-
run
Description copied from class:FFXCommandExecute this Command.- Overrides:
runin classFFXCommand- Returns:
- The current FFXCommand.
-
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.
-