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

Packages that use AIColony
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 AIColony in net.sf.freecol.server.ai
 

Methods in net.sf.freecol.server.ai that return types with arguments of type AIColony
 java.util.Iterator<AIColony> EuropeanAIPlayer.getAIColonyIterator()
          Deprecated. Returns an iterator over all the AIColonys owned by this getPlayer().
 

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

Constructors in net.sf.freecol.server.ai.mission with parameters of type AIColony
WorkInsideColonyMission(AIMain aiMain, AIUnit aiUnit, AIColony aiColony)
          Creates a mission for the given AIUnit.