Class SubMachineResponse
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.SubMachineResponse
Describes an allocation of part of a machine to a job.
- Author:
- Donal Fellows
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal List<BoardCoordinates>Where the boards are.final List<ConnectionInfo>How to talk to boards.final intDepth of rectangle. 1 or 3.final intRectangle height.final StringOn what machine.final URIWhere to get the full machine description.final URIWhere to get machine power information.final intRectangle width.
- 
Method Summary
- 
Field Details- 
widthpublic final int widthRectangle width.
- 
heightpublic final int heightRectangle height.
- 
depthpublic final int depthDepth of rectangle. 1 or 3.
- 
machineNameOn what machine.
- 
connectionsHow to talk to boards.
- 
boardsWhere the boards are.
- 
powerWhere to get machine power information.
- 
machineRefWhere to get the full machine description.
 
-