implementation.gridpuzzle
Class HeuristicOne

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

public class HeuristicOne
extends AbstractHeuristic

Author:
Eden_06

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

HeuristicOne

public HeuristicOne()
Method Detail

get

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