jadex.micro.examples.hunterprey
Interface MoveAction.IMoveEvaluator

Enclosing class:
MoveAction

public static interface MoveAction.IMoveEvaluator

Interface for evaluating moves.


Method Summary
 double evaluateMove(IVector2 position)
          Evaluate the move to the given position.
 

Method Detail

evaluateMove

double evaluateMove(IVector2 position)
Evaluate the move to the given position.

Parameters:
position - The position to move to.
Returns:
A number representing the move value (bigger=better).


Copyright © 2010. All Rights Reserved.