Uses of Interface
ch.sahits.game.openpatrician.model.map.ITradeRoute
-
Packages that use ITradeRoute Package Description ch.sahits.game.openpatrician.model.map ch.sahits.game.openpatrician.model.map.impl -
-
Uses of ITradeRoute in ch.sahits.game.openpatrician.model.map
Methods in ch.sahits.game.openpatrician.model.map that return types with arguments of type ITradeRoute Modifier and Type Method Description java.util.Set<ITradeRoute>IMap. getTradeRoutes()Retrieve the trade routes defined for this map. -
Uses of ITradeRoute in ch.sahits.game.openpatrician.model.map.impl
Classes in ch.sahits.game.openpatrician.model.map.impl that implement ITradeRoute Modifier and Type Class Description classTradeRouteImplementation of theITradeRoute.Methods in ch.sahits.game.openpatrician.model.map.impl with parameters of type ITradeRoute Modifier and Type Method Description voidGameMap. addTradeRoute(ITradeRoute tradeRoute)
-