Uses of Class
uk.ac.manchester.spinnaker.machine.MachineDimensions
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.
|
-
Uses of MachineDimensions in uk.ac.manchester.spinnaker.machine
Fields in uk.ac.manchester.spinnaker.machine declared as MachineDimensions Modifier and Type Field Description @Valid MachineDimensions
Machine. machineDimensions
Size of the machine along the X and Y axes, in chips.MachineDimensions
MachineVersion. machineDimensions
The only possible dimensions for this version ornull
if multiple sizes allowed.Methods in uk.ac.manchester.spinnaker.machine with parameters of type MachineDimensions Modifier and Type Method Description static MachineVersion
MachineVersion. bySize(MachineDimensions dimensions)
Calculate the machine version based on the size.Set<ChipLocation>
SpiNNakerTriadGeometry. getPotentialRootChips(MachineDimensions dimensions)
Get the coordinates of bottom left chip on each board.Constructors in uk.ac.manchester.spinnaker.machine with parameters of type MachineDimensions Constructor Description Machine(MachineDimensions machineDimensions, Iterable<Chip> chips, HasChipLocation boot)
Creates a machine starting with the supplied chips.Machine(MachineDimensions machineDimensions, HasChipLocation boot)
Creates an empty machine.VirtualMachine(MachineDimensions machineDimensions)
Creates a virtual machine to fill the machine dimensions with no ignores.VirtualMachine(MachineDimensions machineDimensions, Set<ChipLocation> ignoreChips, Map<ChipLocation,Set<Integer>> ignoreCores, Map<ChipLocation,EnumSet<Direction>> ignoreLinks)
Creates a virtual machine to fill the machine dimensions. -
Uses of MachineDimensions in uk.ac.manchester.spinnaker.machine.bean
Methods in uk.ac.manchester.spinnaker.machine.bean that return MachineDimensions Modifier and Type Method Description MachineDimensions
MachineBean. getMachineDimensions()