Uses of Class
com.epochx.ant.AntLandscape

Packages that use AntLandscape
com.epochx.ant   
com.epochx.model.ant   
com.epochx.representation.action   
 

Uses of AntLandscape in com.epochx.ant
 

Methods in com.epochx.ant with parameters of type AntLandscape
 void Ant.reset(int timeSteps, AntLandscape landscape)
          Resets the ant, setting it up with a new number of time steps allocated and a new AntLandscape.
 

Constructors in com.epochx.ant with parameters of type AntLandscape
Ant(int timeSteps, AntLandscape landscape)
          Constructs an Ant object on the given landscape.
 

Uses of AntLandscape in com.epochx.model.ant
 

Methods in com.epochx.model.ant that return AntLandscape
 AntLandscape SantaFeTrail.getAntLandScape()
           
 

Uses of AntLandscape in com.epochx.representation.action
 

Constructors in com.epochx.representation.action with parameters of type AntLandscape
IfFoodAheadFunction(Ant ant, AntLandscape landscape)
          Construct an IfFoodAheadFunction with no children.
IfFoodAheadFunction(Ant ant, AntLandscape landscape, Node<Action> child1, Node<Action> child2)
          Construct an IfFoodAheadFunction with two children.