Class SubMachineResponse
java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.SubMachineResponse
public class SubMachineResponse extends Object
Describes an allocation of part of a machine to a job.
- Author:
- Donal Fellows
-
Field Summary
Fields Modifier and Type Field Description List<BoardCoordinates>
boards
Where the boards are.List<ConnectionInfo>
connections
How to talk to boards.int
depth
Depth of rectangle.int
height
Rectangle height.String
machineName
On what machine.URI
machineRef
Where to get the full machine description.URI
power
Where to get machine power information.int
width
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.
-