Package ffx.xray.commands
Class ModelvsData
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.xray.commands.ModelvsData
The X-ray ModelvsData script.
Usage:
ffxc xray.ModelvsData [options] <filename [file2...]>
Usage:
ffxc xray.ModelvsData [options] <filename [file2...]>
-
Field Summary
Fields inherited from class ffx.algorithms.cli.AlgorithmsCommand
activeAssembly, algorithmFunctions, algorithmListener, baseDir
Fields inherited from class ffx.utilities.FFXCommand
args, binding, color, help, logger, parseResult, version
-
Constructor Summary
ConstructorsConstructorDescriptionModelvsData constructor.ModelvsData
(FFXBinding binding) ModelvsData constructor.ModelvsData
(String[] args) ModelvsData constructor that sets the command line arguments. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Reclaims 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, init, saveDirFile, setActiveAssembly, setBaseDir, updateTitle
Methods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
ModelvsData
public ModelvsData()ModelvsData constructor. -
ModelvsData
ModelvsData constructor that sets the command line arguments.- Parameters:
args
- Command line arguments.
-
ModelvsData
ModelvsData constructor.- Parameters:
binding
- The Binding to use.
-
-
Method Details
-
run
Description copied from class:FFXCommand
Execute this Command.- Overrides:
run
in classFFXCommand
- Returns:
- The current FFXCommand.
-
getPotentials
Description copied from class:AlgorithmsCommand
Returns a List of all Potential objects associated with this script.- Overrides:
getPotentials
in classAlgorithmsCommand
- Returns:
- All Potentials. Sometimes empty, never null.
-
destroyPotentials
public boolean destroyPotentials()Description copied from class:AlgorithmsCommand
Reclaims resources associated with all Potential objects associated with this script.- Overrides:
destroyPotentials
in classAlgorithmsCommand
- Returns:
- If all Potentials had resources reclaimed.
-