Class CreateJob.Dimensions
java.lang.Object
uk.ac.manchester.spinnaker.alloc.client.CreateJob.Dimensions
- Enclosing class:
- CreateJob
Used when asking for a rectangle of boards.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Dimensions
public Dimensions(int width, int height) - Parameters:
width
- The width of rectangle to ask for, in triads.height
- The height of rectangle to ask for, in triads.
-
-
Method Details
-
getWidth
public int getWidth()- Returns:
- The width of the allocation, in triads.
-
getHeight
public int getHeight()- Returns:
- The height of the allocation, in triads.
-