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

public abstract class Utils
extends Object
Miscellaneous utilities.
  • Method Details

    • chip

      public static ChipLocation chip​(Row row, String x, String y)
      Extract a chip from a result set row.
      Parameters:
      row - The row to extract from.
      x - The name of the column with the X coordinate.
      y - The name of the column with the Y coordinate.
      Returns:
      The chip location.