Class PrepareSpaceGroups


public class PrepareSpaceGroups extends PotentialCommand
Create sub-directories for selected space groups. Usage: ffxc PrepareSpaceGroups [options] <filename>
  • Field Details

    • numberCreated

      public int numberCreated
      Number of directories created.
  • Constructor Details

    • PrepareSpaceGroups

      public PrepareSpaceGroups()
    • PrepareSpaceGroups

      public PrepareSpaceGroups(FFXBinding binding)
    • PrepareSpaceGroups

      public PrepareSpaceGroups(String[] args)
  • Method Details

    • run

      public PrepareSpaceGroups 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: PotentialCommand
      Returns a List of all Potential objects associated with this script. Should be written to tolerate nulls, as many tests run help() and exit without instantiating their Potentials.
      Overrides:
      getPotentials in class PotentialCommand
      Returns:
      All Potentials. Sometimes empty, never null.