java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.BoardLink

@Immutable
public class BoardLink
extends Object
A combination of x, y, z and a Link.
Author:
Christian
  • Constructor Details

    • BoardLink

      public BoardLink​(int x, int y, int z, int link)
      Parameters:
      x - The X coordinate
      y - The Y coordinate
      z - The Z coordinate
      link - The link number
  • Method Details

    • getX

      public int getX()
      Returns:
      the X coordinate
    • getY

      public int getY()
      Returns:
      the Y coordinate
    • getZ

      public int getZ()
      Returns:
      the Z coordinate
    • getLink

      public int getLink()
      Returns:
      the link number