Uses of Class
de.uni_trier.wi2.procake.similarity.nest.astar.utils.AStarCaseSolution
-
Packages that use AStarCaseSolution Package Description de.uni_trier.wi2.procake.retrieval.impl de.uni_trier.wi2.procake.similarity.nest.astar.impl de.uni_trier.wi2.procake.similarity.nest.astar.utils -
-
Uses of AStarCaseSolution in de.uni_trier.wi2.procake.retrieval.impl
Fields in de.uni_trier.wi2.procake.retrieval.impl with type parameters of type AStarCaseSolution Modifier and Type Field Description TreeSet<AStarCaseSolution>AStarRetrievalSolution. caseSolutionsAll possible solutions for the current case. -
Uses of AStarCaseSolution in de.uni_trier.wi2.procake.similarity.nest.astar.impl
Methods in de.uni_trier.wi2.procake.similarity.nest.astar.impl that return AStarCaseSolution Modifier and Type Method Description AStarCaseSolutionSMGraphAStarImpl. createInitialSolution(Set<NESTNodeObject> originalCaseNodes, Set<NESTEdgeObject> originalCaseEdges, SimilarityValuator simVal)Creates an initial CaseSolution-object based on the information given.Methods in de.uni_trier.wi2.procake.similarity.nest.astar.impl with parameters of type AStarCaseSolution Modifier and Type Method Description protected abstract doubleSMGraphAStarImpl. estimateSimilarity(AStarCaseSolution newSol, AStarGraphItemMapping newMap)Estimates the similarity for the remaining items of the queryGraph based on the concrete AStar-implementation.protected doubleSMGraphAStarOneImpl. estimateSimilarity(AStarCaseSolution newSol, AStarGraphItemMapping newMap)protected doubleSMGraphAStarThreeImpl. estimateSimilarity(AStarCaseSolution newSol, AStarGraphItemMapping newMap)protected doubleSMGraphAStarTwoImpl. estimateSimilarity(AStarCaseSolution newSol, AStarGraphItemMapping newMap)voidSMGraphAStarImpl. expand(AStarCaseSolution toExpand, TreeSet<AStarCaseSolution> solutions, SimilarityValuator simVal)Expands the most similar solution with one additional queryItem.protected voidSMGraphAStarImpl. initHeuristic(AStarCaseSolution sol, SimilarityValuator simVal)protected voidSMGraphAStarThreeImpl. initHeuristic(AStarCaseSolution sol, SimilarityValuator simVal)protected voidSMGraphAStarTwoImpl. initHeuristic(AStarCaseSolution sol, SimilarityValuator simVal)protected abstract NESTGraphItemObjectSMGraphAStarImpl. selectNextItem(AStarCaseSolution toExpand)Retrieves the next item of the queryGraph based on the concrete AStar-implementation.protected NESTGraphItemObjectSMGraphAStarOneImpl. selectNextItem(AStarCaseSolution toExpand)protected NESTGraphItemObjectSMGraphAStarThreeImpl. selectNextItem(AStarCaseSolution toExpand)protected NESTGraphItemObjectSMGraphAStarTwoImpl. selectNextItem(AStarCaseSolution toExpand)Method parameters in de.uni_trier.wi2.procake.similarity.nest.astar.impl with type arguments of type AStarCaseSolution Modifier and Type Method Description voidSMGraphAStarImpl. expand(AStarCaseSolution toExpand, TreeSet<AStarCaseSolution> solutions, SimilarityValuator simVal)Expands the most similar solution with one additional queryItem. -
Uses of AStarCaseSolution in de.uni_trier.wi2.procake.similarity.nest.astar.utils
Methods in de.uni_trier.wi2.procake.similarity.nest.astar.utils with parameters of type AStarCaseSolution Modifier and Type Method Description intAStarCaseSolution. compareTo(AStarCaseSolution o)Constructors in de.uni_trier.wi2.procake.similarity.nest.astar.utils with parameters of type AStarCaseSolution Constructor Description AStarCaseSolution(long solutionID, AStarCaseSolution onBase)
-