Uses of Class
uk.ac.manchester.spinnaker.machine.Machine
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine |
Describes a SpiNNaker machine.
|
uk.ac.manchester.spinnaker.machine.bean |
Beans used to describe a SpiNNaker machine in JSON.
|
uk.ac.manchester.spinnaker.machine.reports |
User-facing reports about the allocated machine.
|
-
Uses of Machine in uk.ac.manchester.spinnaker.machine
Subclasses of Machine in uk.ac.manchester.spinnaker.machine Modifier and Type Class Description class
VirtualMachine
A representation of a SpiNNaker Machine with a number ofChip
s.Methods in uk.ac.manchester.spinnaker.machine that return Machine Modifier and Type Method Description Machine
Machine. rebuild()
Provides a machine without abnormal chips or links.Machine
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 Machine Modifier and Type Method Description String
Machine. chipLocationDifference(Machine that)
Describes the difference between chip location between two machines.String
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 Machine Constructor Description Router(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 Machine Modifier and Type Method Description ChipLocation
ChipDetails. 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 Machine Modifier and Type Method Description static void
Reports. generateMachineReport(File reportDirectory, Machine machine, Collection<?> connections)
Generate report on the physical structure of the target SpiNNaker machine.