Package ffx.potential.commands
Class Biotype
java.lang.Object
ffx.utilities.FFXCommand
ffx.potential.cli.PotentialCommand
ffx.potential.commands.Biotype
Print out Biotype records for the atoms in an XYZ file.
Usage:
ffxc Biotype <filename>
-
Field Summary
Fields inherited from class ffx.potential.cli.PotentialCommand
activeAssembly, baseDir, potentialFunctions
Fields inherited from class ffx.utilities.FFXCommand
args, binding, color, help, logger, parseResult, version
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the list of created Biotype records.run()
Execute this Command.Methods inherited from class ffx.potential.cli.PotentialCommand
destroyPotentials, getActiveAssemblies, getActiveAssembly, getBaseDirString, getPotentials, init, setActiveAssembly
Methods inherited from class ffx.utilities.FFXCommand
getCommand, helpString, listCommands, setBinding
-
Constructor Details
-
Biotype
public Biotype() -
Biotype
-
Biotype
-
-
Method Details
-
getBioTypes
Get the list of created Biotype records. -
run
Description copied from class:FFXCommand
Execute this Command.- Overrides:
run
in classFFXCommand
- Returns:
- The current FFXCommand.
-