Class ComputeFc


public class ComputeFc extends AlgorithmsCommand
The X-ray ComputeFc script.
Usage:
ffxc xray.ComputeFc [options] <filename [file2...]>
  • Constructor Details

    • ComputeFc

      public ComputeFc()
      ComputeFc constructor.
    • ComputeFc

      public ComputeFc(String[] args)
      ComputeFc constructor that sets the command line arguments.
      Parameters:
      args - Command line arguments.
    • ComputeFc

      public ComputeFc(FFXBinding binding)
      ComputeFc constructor.
      Parameters:
      binding - The Binding to use.
  • Method Details

    • run

      public ComputeFc run()
      Description copied from class: FFXCommand
      Execute this Command.
      Overrides:
      run in class FFXCommand
      Returns:
      The current FFXCommand.
    • getPotentials

      public List<Potential> getPotentials()
      Description copied from class: AlgorithmsCommand
      Returns a List of all Potential objects associated with this script.
      Overrides:
      getPotentials in class AlgorithmsCommand
      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 class AlgorithmsCommand
      Returns:
      If all Potentials had resources reclaimed.