Package ffx.algorithms.commands.test
Class WeightedEnsemble
java.lang.Object
ffx.utilities.FFXCommand
ffx.algorithms.cli.AlgorithmsCommand
ffx.algorithms.commands.test.WeightedEnsemble
WeightedEnsemble
Usage: Accelerated Sampling with Weighted Ensemble
ffxc test.WeightedEnsemble [options] <filename> [file2...];
Usage: Accelerated Sampling with Weighted Ensemble
ffxc test.WeightedEnsemble [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
ConstructorsConstructorDescriptionConstructor.WeightedEnsemble(FFXBinding binding) Constructor.WeightedEnsemble(String[] args) WeightedEnsemble constructor that sets the command line arguments. -
Method Summary
Methods inherited from class ffx.algorithms.cli.AlgorithmsCommand
destroyPotentials, getActiveAssemblies, getActiveAssembly, getPotentials, getPotentialsFromAssemblies, init, saveDirFile, setBaseDir, updateTitleMethods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
WeightedEnsemble
public WeightedEnsemble()Constructor. -
WeightedEnsemble
Constructor.- Parameters:
binding- The Binding to use.
-
WeightedEnsemble
WeightedEnsemble constructor that sets the command line arguments.- Parameters:
args- Command line arguments.
-
-
Method Details
-
run
Execute this Command.- Overrides:
runin classFFXCommand- Returns:
- The current FFXCommand.
-