Package ffx.realspace.commands
Class GenZ
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.realspace.commands.GenZ
Run GenZ for ensemble generation.
Usage:
ffxc realspace.GenZ [options] <filename>
Usage:
ffxc realspace.GenZ [options] <filename>
-
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
ConstructorsConstructorDescriptionGenZ()
GenZ Constructor.GenZ
(FFXBinding binding) GenZ Constructor.GenZ constructor that sets the command line arguments. -
Method Summary
Methods inherited from class ffx.algorithms.cli.AlgorithmsCommand
destroyPotentials, getActiveAssemblies, getActiveAssembly, getPotentials, init, saveDirFile, setActiveAssembly, setBaseDir, updateTitle
Methods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
GenZ
public GenZ()GenZ Constructor. -
GenZ
GenZ constructor that sets the command line arguments.- Parameters:
args
- Command line arguments.
-
GenZ
GenZ Constructor.- Parameters:
binding
- The Binding to use.
-
-
Method Details
-
run
Execute this Command.- Overrides:
run
in classFFXCommand
- Returns:
- The current FFXCommand.
-