Uses of Record Class
org.episteme.social.history.TradeRouteMapper.TradingPost
Packages that use TradeRouteMapper.TradingPost
-
Uses of TradeRouteMapper.TradingPost in org.episteme.social.history
Methods in org.episteme.social.history that return TradeRouteMapper.TradingPostModifier and TypeMethodDescriptionTradeRouteMapper.RouteSegment.end()Returns the value of theendrecord component.TradeRouteMapper.RouteSegment.start()Returns the value of thestartrecord component.Methods in org.episteme.social.history that return types with arguments of type TradeRouteMapper.TradingPostModifier and TypeMethodDescriptionstatic List<TradeRouteMapper.TradingPost> TradeRouteMapper.findByGoods(String commodity) Searches for trading posts associated with a specific commodity.TradeRouteMapper.TradeRoute.waypoints()Returns the value of thewaypointsrecord component.Constructors in org.episteme.social.history with parameters of type TradeRouteMapper.TradingPostModifierConstructorDescriptionRouteSegment(TradeRouteMapper.TradingPost start, TradeRouteMapper.TradingPost end, double distanceKm, int travelDays, double dangerLevel) Creates an instance of aRouteSegmentrecord class.Constructor parameters in org.episteme.social.history with type arguments of type TradeRouteMapper.TradingPostModifierConstructorDescriptionTradeRoute(String name, List<TradeRouteMapper.TradingPost> waypoints, int activeFromYear, int activeToYear, String primaryCommodity, String transportMode) Creates an instance of aTradeRouterecord class.