public 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 and Description |
|---|---|
ICity |
getTradeStop()
Which city is represented by this trade stop.
|
Set<IWare> |
getWaresToBuy()
Retrieve the wares that should be bought at this trade stop.
|
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.