Uses of Interface
uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.BoardLocation
Packages that use SpallocAPI.BoardLocation
-
Uses of SpallocAPI.BoardLocation in uk.ac.manchester.spinnaker.alloc.allocator
Methods in uk.ac.manchester.spinnaker.alloc.allocator that return types with arguments of type SpallocAPI.BoardLocationModifier and TypeMethodDescriptionSpallocAPI.Machine.getBoardByChip
(@Valid @NotNull HasChipLocation chipLocation) Get a description of the location of a board given the global coordinates of a chip on it.SpallocAPI.Machine.getBoardByIPAddress
(@IPAddress String address) Get a description of the location of a board given the address of its ethernet chip.SpallocAPI.Machine.getBoardByLogicalCoords
(@Valid @NotNull TriadCoords coords) Get a description of the location of a board given the triad coordinates of the board.SpallocAPI.Machine.getBoardByPhysicalCoords
(@Valid @NotNull PhysicalCoords coords) Get a description of the location of a board given the physical coordinates of the board.SpallocAPI.Job.whereIs
(@uk.ac.manchester.spinnaker.machine.ValidX int x, @uk.ac.manchester.spinnaker.machine.ValidY int y) Locate a board within the allocation.