Uses of Class
de.uni_trier.wi2.procake.similarity.nest.astar.utils.AStarGraphItemMapping
-
Packages that use AStarGraphItemMapping Package Description de.uni_trier.wi2.procake.similarity.nest.astar.impl de.uni_trier.wi2.procake.similarity.nest.astar.utils -
-
Uses of AStarGraphItemMapping in de.uni_trier.wi2.procake.similarity.nest.astar.impl
Methods in de.uni_trier.wi2.procake.similarity.nest.astar.impl with parameters of type AStarGraphItemMapping 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) -
Uses of AStarGraphItemMapping in de.uni_trier.wi2.procake.similarity.nest.astar.utils
Subclasses of AStarGraphItemMapping in de.uni_trier.wi2.procake.similarity.nest.astar.utils Modifier and Type Class Description classAStarGraphEdgeMappingRepresents a mapping between a query node and a case node.classAStarGraphNodeMappingRepresents a mapping between a query node and a case node.Fields in de.uni_trier.wi2.procake.similarity.nest.astar.utils with type parameters of type AStarGraphItemMapping Modifier and Type Field Description Map<NESTGraphItemObject,List<AStarGraphItemMapping>>AStarThreeHeuristic. isolatedSimilaritiesCache of heuristic similarity valuesSet<AStarGraphItemMapping>AStarCaseSolution. mappedItemsContains the mappings so far for the solution.Methods in de.uni_trier.wi2.procake.similarity.nest.astar.utils with parameters of type AStarGraphItemMapping Modifier and Type Method Description intAStarGraphItemMapping. compareTo(AStarGraphItemMapping o)
-