Uses of Record Class
org.episteme.social.history.TradeRouteMapper.TradeRoute
Packages that use TradeRouteMapper.TradeRoute
-
Uses of TradeRouteMapper.TradeRoute in org.episteme.social.history
Methods in org.episteme.social.history that return types with arguments of type TradeRouteMapper.TradeRouteModifier and TypeMethodDescriptionstatic List<TradeRouteMapper.TradeRoute> TradeRouteMapper.getActiveRoutes(int year) Retrieves all recorded routes that were active in a specific year.Methods in org.episteme.social.history with parameters of type TradeRouteMapper.TradeRouteModifier and TypeMethodDescriptionstatic RealTradeRouteMapper.calculateRouteDistance(TradeRouteMapper.TradeRoute route) Calculates the total distance of a trade route in kilometers using haversine formula.static intTradeRouteMapper.estimateTravelDays(TradeRouteMapper.TradeRoute route) Estimates the number of travel days for a route based on transport mode.