TradeRouteStoppublic interface ITradeRouteStop
ITradeRoute. Each stop is
associated with a ICity and
a set of IWares that should be bought
at that stop.| Modifier and Type | Method | Description |
|---|---|---|
ICity |
getTradeStop() |
Which city is represented by this trade stop.
|
java.util.Set<IWare> |
getWaresToBuy() |
Retrieve the wares that should be bought at this trade stop.
|
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.