Class Reports
java.lang.Object
uk.ac.manchester.spinnaker.machine.reports.Reports
public abstract class Reports extends Object
Utility for reporting on the machine.
-
Method Summary
Modifier and Type Method Description static void
generateMachineReport(File reportDirectory, Machine machine, Collection<?> connections)
Generate report on the physical structure of the target SpiNNaker machine.
-
Method Details
-
generateMachineReport
public static void generateMachineReport(File reportDirectory, Machine machine, Collection<?> connections) throws IOExceptionGenerate report on the physical structure of the target SpiNNaker machine.- Parameters:
reportDirectory
- the directory to which reports are storedmachine
- the machine objectconnections
- the list of connections to the machine; the elements in the list should havetoString()
methods that produce human-readable output.- Throws:
IOException
- when a file cannot be opened for some reason
-