Class BoardLink
java.lang.Object
uk.ac.manchester.spinnaker.spalloc.messages.BoardLink
A combination of x, y, z and a Link.
- Author:
- Christian
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BoardLink
public BoardLink(int x, int y, int z, int link) - Parameters:
x
- The X coordinatey
- The Y coordinatez
- The Z coordinatelink
- 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
-