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