Class BoardAndBMP
java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.BoardAndBMP
A Board and a BMP.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal BMPAndMachineThe BMP identifier.final intThe board identifier.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
boardIdpublic final int boardIdThe board identifier.
- 
bmpThe BMP identifier.
 
- 
- 
Constructor Details- 
BoardAndBMPMake a new Board-and-BMP from a database query.- Parameters:
- result- The database query results to read from.
 
- 
BoardAndBMP
 
-