Uses of Interface
uk.ac.manchester.spinnaker.alloc.allocator.SpallocAPI.BoardLocation
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
-
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.BoardLocation Modifier and Type Method Description Optional<SpallocAPI.BoardLocation>
SpallocAPI.Machine. getBoardByChip(@Valid @NotNull HasChipLocation chipLocation)
Get a description of the location of a board given the global coordinates of a chip on it.Optional<SpallocAPI.BoardLocation>
SpallocAPI.Machine. getBoardByIPAddress(@IPAddress String address)
Get a description of the location of a board given the address of its ethernet chip.Optional<SpallocAPI.BoardLocation>
SpallocAPI.Machine. getBoardByLogicalCoords(@Valid @NotNull TriadCoords coords)
Get a description of the location of a board given the triad coordinates of the board.Optional<SpallocAPI.BoardLocation>
SpallocAPI.Machine. getBoardByPhysicalCoords(@Valid @NotNull PhysicalCoords coords)
Get a description of the location of a board given the physical coordinates of the board.Optional<SpallocAPI.BoardLocation>
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.