Class MachineDimensions
java.lang.Object
uk.ac.manchester.spinnaker.machine.MachineDimensions
Represents the size of a machine in chips.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
width
The width of the machine in chips. -
height
The height of the machine in chips.
-
-
Constructor Details
-
MachineDimensions
public MachineDimensions(int width, int height) Create a new instance.- Parameters:
width
- The width of the machine, in chips.height
- The height of the machine, in chips.
-
-
Method Details