net.sf.freecol.server.ai
Class ColonyPlan.Production

java.lang.Object
  extended by net.sf.freecol.server.ai.ColonyPlan.Production
Enclosing class:
ColonyPlan

public class ColonyPlan.Production
extends java.lang.Object


Field Summary
(package private)  ColonyTile colonyTile
           
(package private)  GoodsType goodsType
           
 
Constructor Summary
ColonyPlan.Production(ColonyTile ct, GoodsType gt)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colonyTile

ColonyTile colonyTile

goodsType

GoodsType goodsType
Constructor Detail

ColonyPlan.Production

public ColonyPlan.Production(ColonyTile ct,
                             GoodsType gt)