@(orderQs: List[Task], kitchenItems: ArrayList[Task]) @* This is the template that defines the restaurant Kitchen interface that *@ @* shows the Order Queue and Kitchen Queue for the kitchen staff. *@ @* Receives the orders that are stored in a List data structure from *@ @* OrderQueue.java. Also receives the orders that have been moved *@ @* into the Kitchen Queue (stored in an ArrayList data structure) *@ @* from KitchenQueue.java. *@ @import helper._ @* Main template begins here. *@ @main("Kitchen Interface") { } { @* The Order Queue. *@