Uses of Class
net.sf.myra.framework.Ant

Uses of Ant in net.sf.myra.framework
 

Methods in net.sf.myra.framework that return Ant
 Ant Colony.getBest()
          Returns the best ant (the ant with the highest trail) of the colony.
 Ant Colony.getCurrent()
          Returns the current best ant (the ant with the highest trail) of the colony.
 

Methods in net.sf.myra.framework that return types with arguments of type Ant
 java.util.List<Ant> Colony.getPopulation()
          Returns the population of ants.
 

Methods in net.sf.myra.framework with parameters of type Ant
 int Ant.compareTo(Ant o)
           
 



Copyright © 2013. All Rights Reserved.