public class ProductionStorage extends Object
| Constructor and Description |
|---|
ProductionStorage() |
| Modifier and Type | Method and Description |
|---|---|
double |
getStored(IWare ware)
Retrieve the amount that is stored of a specific ware.
|
double |
transfer(IWare ware,
double amount)
Transfer wares to/from the storage.
|
public double getStored(IWare ware)
ware - public double transfer(IWare ware, double amount)
amount
values mean withdrawing from the storage.ware - amount - Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.