Class BMPAndMachine

java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.BMPAndMachine

public class BMPAndMachine extends Object
A Machine and a BMP.
  • Field Details

    • machineId

      public final int machineId
      The machine identifier.
    • bmpId

      public final int bmpId
      The BMP identifier.
  • Constructor Details

    • BMPAndMachine

      public BMPAndMachine(Row result)
      Make a new Board-and-BMP from a database query.
      Parameters:
      result - The database query results to read from.
    • BMPAndMachine

      public BMPAndMachine(MachineStateControl.BoardState bs)