Uses of Class
net.sf.freecol.server.ai.ProductionCache.Entry

Packages that use ProductionCache.Entry
net.sf.freecol.server.ai The main package of the ai package tree. 
 

Uses of ProductionCache.Entry in net.sf.freecol.server.ai
 

Methods in net.sf.freecol.server.ai that return types with arguments of type ProductionCache.Entry
 java.util.List<ProductionCache.Entry> ProductionCache.getAssigned()
           
 java.util.List<ProductionCache.Entry> ProductionCache.getEntries(GoodsType goodsType)
           
 java.util.List<ProductionCache.Entry> ProductionCache.getEntries(java.util.List<GoodsType> goodsTypes)
           
 java.util.List<ProductionCache.Entry> ProductionCache.getEntries(java.util.List<GoodsType> goodsTypes, boolean useMarketValues)
           
 java.util.List<ProductionCache.Entry> ProductionCache.getReserved()
           
static java.util.List<ProductionCache.Entry> ProductionCache.removeEntries(Unit unit, WorkLocation workLocation, java.util.List<ProductionCache.Entry> entryList)
           
 

Methods in net.sf.freecol.server.ai with parameters of type ProductionCache.Entry
 void ProductionCache.assign(ProductionCache.Entry entry)
           
 int CacheEntryComparator.compare(ProductionCache.Entry entry1, ProductionCache.Entry entry2)
           
 int CacheEntryComparator.compareProduction(ProductionCache.Entry entry1, ProductionCache.Entry entry2)
           
 

Method parameters in net.sf.freecol.server.ai with type arguments of type ProductionCache.Entry
static java.util.List<ProductionCache.Entry> ProductionCache.removeEntries(Unit unit, WorkLocation workLocation, java.util.List<ProductionCache.Entry> entryList)