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 uk.ac.manchester.spinnaker.machine.ChipLocation
boardChip
The chip location of the board's root.uk.ac.manchester.spinnaker.machine.ChipLocation
chip
The location of the chip.uk.ac.manchester.spinnaker.machine.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
public final uk.ac.manchester.spinnaker.machine.ChipLocation jobChipThe location of the chip in the job using the board, ornull
/absent if none. -
chip
public final uk.ac.manchester.spinnaker.machine.ChipLocation chipThe 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
public final uk.ac.manchester.spinnaker.machine.ChipLocation boardChipThe chip location of the board's root. -
physicalBoardCoordinates
The physical (BMP+board) coordinates of the board.
-