Uses of Interface
de.uni_trier.wi2.procake.similarity.nest.astar.utils.AStarHeuristic
-
Packages that use AStarHeuristic Package Description de.uni_trier.wi2.procake.similarity.nest.astar.utils -
-
Uses of AStarHeuristic in de.uni_trier.wi2.procake.similarity.nest.astar.utils
Classes in de.uni_trier.wi2.procake.similarity.nest.astar.utils that implement AStarHeuristic Modifier and Type Class Description classAStarThreeHeuristicHeuristic object of A*III implementationclassAStarTwoHeuristicHeuristic object of A*II implementationFields in de.uni_trier.wi2.procake.similarity.nest.astar.utils declared as AStarHeuristic Modifier and Type Field Description AStarHeuristicAStarCaseSolution. heuristicA* dependent heuristic for estimating similarities of all not yet mapped graph items of the query.Methods in de.uni_trier.wi2.procake.similarity.nest.astar.utils that return AStarHeuristic Modifier and Type Method Description AStarHeuristicAStarHeuristic. copy()AStarHeuristicAStarThreeHeuristic. copy()AStarHeuristicAStarTwoHeuristic. copy()
-