Class AllocatedMachine
java.lang.Object
uk.ac.manchester.spinnaker.alloc.client.AllocatedMachine
A description of what boards have been allocated to a job.
- 
Method Details- 
getWidthpublic int getWidth()- Returns:
- Rectangle width, in triads.
 
- 
getHeightpublic int getHeight()- Returns:
- Rectangle height, in triads.
 
- 
getDepthpublic int getDepth()- Returns:
- Depth of rectangle. 1 or 3. Only the single-board case uses a depth of 1.
 
- 
getMachineName- Returns:
- On what machine.
 
- 
getMachine- Returns:
- The hosting SpiNNaker machine.
 
- 
getConnections- Returns:
- How to talk to boards.
 
- 
getBoards- Returns:
- Where the boards are.
 
 
-