Class AStarResult
- java.lang.Object
-
- de.uni_trier.wi2.procake.utils.astar.generic.AStarResult
-
public class AStarResult extends Object
-
-
Constructor Summary
Constructors Constructor Description AStarResult(AStarState bestSolution, AssertSameValueAsInException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AStarStategetBestSolution()AssertSameValueAsInExceptiongetException()
-
-
-
Constructor Detail
-
AStarResult
public AStarResult(AStarState bestSolution, AssertSameValueAsInException exception)
-
-
Method Detail
-
getBestSolution
public AStarState getBestSolution()
-
getException
public AssertSameValueAsInException getException()
-
-