Uses of Class
uk.ac.manchester.spinnaker.machine.MachineVersion
Package | Description |
---|---|
uk.ac.manchester.spinnaker.machine |
Describes a SpiNNaker machine.
|
-
Uses of MachineVersion in uk.ac.manchester.spinnaker.machine
Fields in uk.ac.manchester.spinnaker.machine declared as MachineVersion Modifier and Type Field Description MachineVersion
Machine. version
The version of the machine based on its height and width.Methods in uk.ac.manchester.spinnaker.machine that return MachineVersion Modifier and Type Method Description static MachineVersion
MachineVersion. byId(Integer id)
Converts a python board ID into a MachineVersion.static MachineVersion
MachineVersion. bySize(int width, int height)
Calculate the machine version based on the size.static MachineVersion
MachineVersion. bySize(MachineDimensions dimensions)
Calculate the machine version based on the size.static MachineVersion
MachineVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static MachineVersion[]
MachineVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.machine with parameters of type MachineVersion Constructor Description VirtualMachine(MachineVersion version)
Creates a virtual machine based on the given machine version.