Uses of Interface
ch.sahits.game.openpatrician.model.map.ITradeRouteStop
-
Packages that use ITradeRouteStop Package Description ch.sahits.game.openpatrician.model.map ch.sahits.game.openpatrician.model.map.impl -
-
Uses of ITradeRouteStop in ch.sahits.game.openpatrician.model.map
Methods in ch.sahits.game.openpatrician.model.map that return types with arguments of type ITradeRouteStop Modifier and Type Method Description java.util.Set<ITradeRouteStop>ITradeRoute. getTradeStops()Get the stops of a route. -
Uses of ITradeRouteStop in ch.sahits.game.openpatrician.model.map.impl
Classes in ch.sahits.game.openpatrician.model.map.impl that implement ITradeRouteStop Modifier and Type Class Description classTradeRouteStopImplementation of theITradeRouteStop.Methods in ch.sahits.game.openpatrician.model.map.impl with parameters of type ITradeRouteStop Modifier and Type Method Description voidTradeRoute. addTradeStop(ITradeRouteStop tradeStop)Add a new trade stop to the route.
-