Package com.epochx.action

Class Summary
Action Actions provide a system for performing events or actions that have side-effects rather than returning a literal value.
AntAction An AntAction is the superclass for all actions in the artificial ant domain.
AntMoveAction This class defines an action which when executed will trigger the ant to move one position in its ant landscape.
AntSkipAction This class defines an action which when executed will trigger the ant to do nothing for one timestep.
AntTurnLeftAction This class defines an action which when executed will trigger the ant to turn left from its current orientation in its ant landscape.
AntTurnRightAction This class defines an action which when executed will trigger the ant to turn right from its current orientation in its ant landscape.