Class MachineDimensions
java.lang.Object
uk.ac.manchester.spinnaker.machine.MachineDimensions
@Immutable public final class MachineDimensions extends Object
Represents the size of a machine in chips.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MachineDimensions(int width, int height)
Create a new instance. -
Method Summary
-
Field Details
-
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