Uses of Class
net.sf.freecol.common.model.MarketData

Packages that use MarketData
net.sf.freecol.common.model Contains the game model. 
 

Uses of MarketData in net.sf.freecol.common.model
 

Methods in net.sf.freecol.common.model that return MarketData
 MarketData Market.getMarketData(GoodsType goodsType)
          Return the market data for a type of goods.
 

Methods in net.sf.freecol.common.model with parameters of type MarketData
 void Market.putMarketData(GoodsType goodsType, MarketData data)
          Describe putMarketData method here.