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 SummaryFieldsModifier and TypeFieldDescriptionfinal List<BoardCoords>The dead boards on the machine.The dead links on the machine.final intThe height of the machine, in triads.final StringThe name of the machine.The tags of the machine.final URIThe URI to the machine.final intThe width of the machine, in triads.
- 
Method Summary
- 
Field Details- 
nameThe name of the machine.
- 
tagsThe tags of the machine.
- 
uriThe URI to the machine.
- 
widthpublic final int widthThe width of the machine, in triads.
- 
heightpublic final int heightThe height of the machine, in triads.
- 
deadBoardsThe dead boards on the machine.
- 
deadLinksThe dead links on the machine.
 
-