Uses of Class
com.epochx.ant.Ant

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

Uses of Ant in com.epochx.action
 

Methods in com.epochx.action that return Ant
 Ant AntAction.getAnt()
          Returns the Ant object that this Action acts upon.
 

Constructors in com.epochx.action with parameters of type Ant
AntAction(Ant ant)
          Constructs an AntAction, supplying an ant that the action can be performed on.
AntMoveAction(Ant ant)
          Constructs an AntMoveAction, supplying an ant that the action can be performed on.
AntSkipAction(Ant ant)
          Constructs an AntSkipAction, supplying an ant that the action can be performed on.
AntTurnLeftAction(Ant ant)
          Constructs an AntTurnLeftAction, supplying an ant that the action can be performed on.
AntTurnRightAction(Ant ant)
          Constructs an AntTurnRightAction, supplying an ant that the action can be performed on.
 

Uses of Ant in com.epochx.model.ant
 

Methods in com.epochx.model.ant that return Ant
 Ant SantaFeTrail.getAnt()
           
 

Uses of Ant in com.epochx.representation.action
 

Constructors in com.epochx.representation.action with parameters of type Ant
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.