|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |