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

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

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

Subclasses of ValuedAIObject in net.sf.freecol.server.ai
 class GoodsWish
          Represents the need for goods within a Colony.
 class TileImprovementPlan
          Represents a Tile which should be improved in some way.
 class Wish
          Represents a need for something at a given Location.
 class WorkerWish
          Represents the need for a worker within a Colony.
 class WorkLocationPlan
          Objects of this class contains AI-information for a single WorkLocation.
 

Methods in net.sf.freecol.server.ai with parameters of type ValuedAIObject
 int ValuedAIObject.compareTo(ValuedAIObject other)