MediterreanCitypublic interface IMediterreanCity
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<IWare> |
getConsumingWares() |
Get the two wares that are consumed by the city.
|
java.lang.String |
getName() |
Get the city name.
|
java.util.List<IWare> |
getProducingWares() |
Get the two wares that are produced in the city.
|
java.lang.String getName()
java.util.List<IWare> getConsumingWares()
java.util.List<IWare> getProducingWares()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.