Interface ITradeRoute
-
- All Known Implementing Classes:
TradeRoute
public interface ITradeRouteA trade route is defined by a set ofITradeRouteStops.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<ITradeRouteStop>getTradeStops()Get the stops of a route.
-
-
-
Method Detail
-
getTradeStops
java.util.Set<ITradeRouteStop> getTradeStops()
Get the stops of a route.- Returns:
- set of trade stops forming thr route.
-
-