InProgress

case InProgress(ID: ProductionID, productInProduction: Product, unitsInProduction: NumberOfUnits)

A production that has already started, it specifies the product that is being produced and the units in which it is being produced.

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product