implementation.gridpuzzle
Class HeuristicThree

java.lang.Object
  extended by implementation.gridpuzzle.AbstractHeuristic
      extended by implementation.gridpuzzle.HeuristicThree

public class HeuristicThree
extends AbstractHeuristic

Author:
Eden_06

Constructor Summary
HeuristicThree()
           
 
Method Summary
 double get(GameGrid current, GameGrid target)
           
 
Methods inherited from class implementation.gridpuzzle.AbstractHeuristic
isCompatible, isCorrect, isCorrect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeuristicThree

public HeuristicThree()
Method Detail

get

public double get(GameGrid current,
                  GameGrid target)
Specified by:
get in class AbstractHeuristic