| Modifier and Type | Field | Description |
|---|---|---|
private Tower |
ProductionLine.robotArm |
A Tower representing the Disks that the robot arm is currently holding
|
| Modifier and Type | Field | Description |
|---|---|---|
private java.util.Queue<Tower> |
ProductionLine.output |
A Queue of Towers that represent the output of the production line.
|
| Modifier and Type | Method | Description |
|---|---|---|
Tower |
Tower.flip() |
Returns a flipped version of this Tower.
|
Tower |
ProductionLine.removeTower() |
Removes a Tower from the output Queue
|