Class Timer


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

    • Timer

      public Timer()
      Timer constructor.
    • Timer

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

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

    • run

      public Timer run()
      Execute this Command.
      Overrides:
      run in class FFXCommand
      Returns:
      The current FFXCommand.
    • getPotentials

      public List<Potential> getPotentials()
      Returns a List of all Potential objects associated with this script.
      Overrides:
      getPotentials in class AlgorithmsCommand
      Returns:
      All Potentials. Sometimes empty, never null.