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 Summary
FieldsModifier 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
-
width
public final int widthRectangle width. -
height
public final int heightRectangle height. -
depth
public final int depthDepth of rectangle. 1 or 3. -
machineName
On what machine. -
connections
How to talk to boards. -
boards
Where the boards are. -
power
Where to get machine power information. -
machineRef
Where to get the full machine description.
-