java.lang.Object
uk.ac.manchester.spinnaker.machine.reports.Reports

public abstract class Reports
extends Object
Utility for reporting on the machine.
  • Method Details

    • generateMachineReport

      public static void generateMachineReport​(File reportDirectory, Machine machine, Collection<?> connections) throws IOException
      Generate report on the physical structure of the target SpiNNaker machine.
      Parameters:
      reportDirectory - the directory to which reports are stored
      machine - the machine object
      connections - the list of connections to the machine; the elements in the list should have toString() methods that produce human-readable output.
      Throws:
      IOException - when a file cannot be opened for some reason