Class MachinesResponse.BriefMachineDescription
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.MachinesResponse.BriefMachineDescription
- Enclosing class:
- MachinesResponse
A brief, summary description of a machine.
- Author:
- Donal Fellows
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal List<BoardCoords>
The dead boards on the machine.The dead links on the machine.final int
The height of the machine, in triads.final String
The name of the machine.The tags of the machine.final URI
The URI to the machine.final int
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.
-