Uses of Enum Class
uk.ac.manchester.spinnaker.machine.MachineVersion
Packages that use MachineVersion
-
Uses of MachineVersion in uk.ac.manchester.spinnaker.machine
Fields in uk.ac.manchester.spinnaker.machine declared as MachineVersionModifier and TypeFieldDescriptionfinal MachineVersionMachine.versionThe version of the machine based on its height and width.Methods in uk.ac.manchester.spinnaker.machine that return MachineVersionModifier and TypeMethodDescriptionstatic MachineVersionConverts a python board ID into a MachineVersion.static MachineVersionMachineVersion.bySize(int width, int height) Calculate the machine version based on the size.static MachineVersionMachineVersion.bySize(MachineDimensions dimensions) Calculate the machine version based on the size.static MachineVersionReturns the enum constant of this class with the specified name.static MachineVersion[]MachineVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in uk.ac.manchester.spinnaker.machine with parameters of type MachineVersionModifierConstructorDescriptionVirtualMachine(MachineVersion version) Creates a virtual machine based on the given machine version.