Class MachinesResponse.BriefMachineDescription
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.MachinesResponse.BriefMachineDescription
- Enclosing class:
- MachinesResponse
public static final class MachinesResponse.BriefMachineDescription extends Object
A brief, summary description of a machine.
- Author:
- Donal Fellows
-
Field Summary
Fields Modifier and Type Field Description List<BoardCoords>
deadBoards
The dead boards on the machine.List<DownLink>
deadLinks
The dead links on the machine.int
height
The height of the machine, in triads.String
name
The name of the machine.List<String>
tags
The tags of the machine.URI
uri
The URI to the machine.int
width
The width of the machine, in triads. -
Method Summary
-
Field Details
-
name
The name of the machine. -
tags
The tags of the machine. -
uri
The URI to the machine. -
width
public final int widthThe width of the machine, in triads. -
height
public final int heightThe height of the machine, in triads. -
deadBoards
The dead boards on the machine. -
deadLinks
The dead links on the machine.
-