Package jadex.micro.examples.hunterprey
Interface MoveAction.IMoveEvaluator
- 
- Enclosing class:
- MoveAction
 
 public static interface MoveAction.IMoveEvaluatorInterface for evaluating moves.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleevaluateMove(IVector2 position)Evaluate the move to the given position.
 
- 
- 
- 
Method Detail- 
evaluateMovedouble 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).
 
 
- 
 
-