Class BoardAndBMP
java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.BoardAndBMP
A Board and a BMP.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BMPAndMachine
The BMP identifier.final int
The board identifier. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
boardId
public final int boardIdThe board identifier. -
bmp
The BMP identifier.
-
-
Constructor Details
-
BoardAndBMP
Make a new Board-and-BMP from a database query.- Parameters:
result
- The database query results to read from.
-
BoardAndBMP
-