Interface ITradeRouteStop
-
- All Known Implementing Classes:
TradeRouteStop
public interface ITradeRouteStopThis interface defines a stop on aITradeRoute. Each stop is associated with aICityand a set ofIWares that should be bought at that stop.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICitygetTradeStop()Which city is represented by this trade stop.java.util.Set<IWare>getWaresToBuy()Retrieve the wares that should be bought at this trade stop.
-