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 int
Depth of rectangle. 1 or 3.final int
Rectangle height.final String
On what machine.final URI
Where to get the full machine description.final URI
Where to get machine power information.final int
Rectangle 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.
-