Class WhereIsResponse
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.WhereIsResponse
Describes the result of a where-is style request.
- Author:
- Donal Fellows
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal uk.ac.manchester.spinnaker.machine.ChipLocationThe chip location of the board's root.final uk.ac.manchester.spinnaker.machine.ChipLocationThe location of the chip.final uk.ac.manchester.spinnaker.machine.ChipLocationThe location of the chip in the job using the board, ornull/absent if none.final IntegerThe ID of the job using the board, ornull/absent if none.final URIThe URI to the job using the board, ornull/absent if none.final BoardCoordinatesThe logical (triad) coordinates of the board.final StringThe name of the machine.final URIThe URI to the machine.final BoardPhysicalCoordinatesThe physical (BMP+board) coordinates of the board.
- 
Method Summary
- 
Field Details- 
jobIdThe ID of the job using the board, ornull/absent if none.
- 
jobRefThe URI to the job using the board, ornull/absent if none.
- 
jobChippublic final uk.ac.manchester.spinnaker.machine.ChipLocation jobChipThe location of the chip in the job using the board, ornull/absent if none.
- 
chippublic final uk.ac.manchester.spinnaker.machine.ChipLocation chipThe location of the chip.
- 
logicalBoardCoordinatesThe logical (triad) coordinates of the board.
- 
machineThe name of the machine.
- 
machineRefThe URI to the machine.
- 
boardChippublic final uk.ac.manchester.spinnaker.machine.ChipLocation boardChipThe chip location of the board's root.
- 
physicalBoardCoordinatesThe physical (BMP+board) coordinates of the board.
 
-