Class Histogram


public class Histogram extends AlgorithmsCommand
The Histogram script prints out a Orthogonal Space histogram from a *.his file.
Usage:
ffxc Histogram [options] <filename>
  • Constructor Details

    • Histogram

      public Histogram()
      Histogram Constructor.
    • Histogram

      public Histogram(FFXBinding binding)
      Histogram Constructor.
      Parameters:
      binding - The Binding to use.
    • Histogram

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

    • run

      public Histogram 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.