Uses of Class
net.sf.freecol.server.ai.AIGoods

Packages that use AIGoods
net.sf.freecol.server.ai The main package of the ai package tree. 
net.sf.freecol.server.ai.mission Contains the missions an AIUnit can be assigned to. 
 

Uses of AIGoods in net.sf.freecol.server.ai
 

Methods in net.sf.freecol.server.ai that return types with arguments of type AIGoods
 java.util.Iterator<AIGoods> AIColony.getAIGoodsIterator()
          Returns an Iterator of the goods to be shipped from this colony.
 

Methods in net.sf.freecol.server.ai with parameters of type AIGoods
 void AIColony.removeAIGoods(AIGoods ag)
          Removes the given AIGoods from this colony's list.
 

Uses of AIGoods in net.sf.freecol.server.ai.mission
 

Methods in net.sf.freecol.server.ai.mission that return AIGoods
 AIGoods TransportMission.buyGoodsInEurope(Connection connection, GoodsType type, int amount, Location destination)
          Buys the given cargo.