Class Utils
java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.Utils
public abstract class Utils extends Object
Miscellaneous utilities.
-
Method Summary
Modifier and Type Method Description static ChipLocation
chip(Row row, String x, String y)
Extract a chip from a result set row.
-
Method Details
-
chip
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.
-