Uses of Class
uk.ac.manchester.spinnaker.machine.Machine
Packages that use Machine
Package
Description
Describes a SpiNNaker machine.
Beans used to describe a SpiNNaker machine in JSON.
User-facing reports about the allocated machine.
-
Uses of Machine in uk.ac.manchester.spinnaker.machine
Subclasses of Machine in uk.ac.manchester.spinnaker.machineModifier and TypeClassDescriptionclassA representation of a SpiNNaker Machine with a number ofChips.Methods in uk.ac.manchester.spinnaker.machine that return MachineModifier and TypeMethodDescriptionMachine.rebuild()Provides a machine without abnormal chips or links.Machine.rebuild(Set<ChipLocation> ignoreChips, Map<ChipLocation, EnumSet<Direction>> ignoreLinks) Provides a machine without ignored chips or links.Methods in uk.ac.manchester.spinnaker.machine with parameters of type MachineModifier and TypeMethodDescriptionMachine.chipLocationDifference(Machine that) Describes the difference between chip location between two machines.Machine.difference(Machine other) Describes one difference found between this machine and another machine.Constructors in uk.ac.manchester.spinnaker.machine with parameters of type MachineModifierConstructorDescriptionRouter(HasChipLocation source, int nAvailableMulticastEntries, ChipDetails details, Machine machine) Creates a new router from this source with links in all but the missing directions. -
Uses of Machine in uk.ac.manchester.spinnaker.machine.bean
Methods in uk.ac.manchester.spinnaker.machine.bean with parameters of type MachineModifier and TypeMethodDescriptionChipDetails.getLinkDestination(Direction direction, HasChipLocation source, Machine machine) Gets where a link is really going. -
Uses of Machine in uk.ac.manchester.spinnaker.machine.reports
Methods in uk.ac.manchester.spinnaker.machine.reports with parameters of type MachineModifier and TypeMethodDescriptionstatic voidReports.generateMachineReport(File reportDirectory, Machine machine, Collection<?> connections) Generate report on the physical structure of the target SpiNNaker machine.