Class WhereIsResponse
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.WhereIsResponse
public class WhereIsResponse extends Object
Describes the result of a where-is style request.
- Author:
- Donal Fellows
-
Field Summary
Fields Modifier and Type Field Description ChipLocation
boardChip
The chip location of the board's root.ChipLocation
chip
The location of the chip.ChipLocation
jobChip
The location of the chip in the job using the board, ornull
/absent if none.Integer
jobId
The ID of the job using the board, ornull
/absent if none.URI
jobRef
The URI to the job using the board, ornull
/absent if none.BoardCoordinates
logicalBoardCoordinates
The logical (triad) coordinates of the board.String
machine
The name of the machine.URI
machineRef
The URI to the machine.BoardPhysicalCoordinates
physicalBoardCoordinates
The physical (BMP+board) coordinates of the board. -
Method Summary
-
Field Details
-
jobId
The ID of the job using the board, ornull
/absent if none. -
jobRef
The URI to the job using the board, ornull
/absent if none. -
jobChip
The location of the chip in the job using the board, ornull
/absent if none. -
chip
The location of the chip. -
logicalBoardCoordinates
The logical (triad) coordinates of the board. -
machine
The name of the machine. -
machineRef
The URI to the machine. -
boardChip
The chip location of the board's root. -
physicalBoardCoordinates
The physical (BMP+board) coordinates of the board.
-