Uses of Record Class
cloud.opencode.base.graph.algorithm.AStarUtil.PathResult
Packages that use AStarUtil.PathResult
-
Uses of AStarUtil.PathResult in cloud.opencode.base.graph.algorithm
Methods in cloud.opencode.base.graph.algorithm that return AStarUtil.PathResultModifier and TypeMethodDescriptionstatic <V> AStarUtil.PathResult<V> AStarUtil.findPathDetailed(Graph<V> graph, V source, V target, BiFunction<V, V, Double> heuristic) Find path with detailed result 查找路径并返回详细结果