implementation.gridpuzzle
Class HeuristicTwo

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

public class HeuristicTwo
extends AbstractHeuristic

Author:
Eden_06

Constructor Summary
HeuristicTwo()
           
 
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

HeuristicTwo

public HeuristicTwo()
Method Detail

get

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