Class WhereIs
java.lang.Object
uk.ac.manchester.spinnaker.alloc.client.WhereIs
public final class WhereIs extends Object
A description of where a board is and what it is doing.
-
Method Summary
Modifier and Type Method Description ChipLocation
getBoardChip()
ChipLocation
getChip()
ChipLocation
getJobChip()
Integer
getJobId()
URI
getJobRef()
TriadCoords
getLogicalCoords()
SpallocClient.Machine
getMachineHandle()
String
getMachineName()
PhysicalCoords
getPhysicalCoords()
-
Method Details
-
getJobId
- Returns:
- The ID of the job allocated to the board with the chip.
null
if none.
-
getJobRef
- Returns:
- The location of more information about the job allocated to the
board with the chip.
null
if none.
-
getJobChip
- Returns:
- The global location of the chip at the root of the job allocation, if one exists.
-
getChip
- Returns:
- The global location of the chip.
-
getMachineHandle
- Returns:
- Information about the machine containing the chip.
-
getMachineName
- Returns:
- The name of the machine containing the chip.
-
getBoardChip
- Returns:
- The global location of the chip at the root of the board containing the chip being described.
-
getLogicalCoords
- Returns:
- The logical coordinates for the board containing the chip.
-
getPhysicalCoords
- Returns:
- The physical coordinates for the board containing the chip.
-