Uses of Class
org.jhotdraw8.graph.path.backlink.IndexedVertexBackLink
Packages that use IndexedVertexBackLink
-
Uses of IndexedVertexBackLink in org.jhotdraw8.graph.path.algo
Methods in org.jhotdraw8.graph.path.algo that return IndexedVertexBackLinkModifier and TypeMethodDescriptionAnyIndexedVertexPathSearchAlgo.search(@NonNull Iterable<Integer> startVertices, @NonNull IntPredicate goalPredicate, @NonNull Function<Integer, Spliterator.OfInt> nextVerticesFunction, @NonNull AddToIntSet visited, int maxDepth) Search engine method. -
Uses of IndexedVertexBackLink in org.jhotdraw8.graph.path.backlink
Methods in org.jhotdraw8.graph.path.backlink with parameters of type IndexedVertexBackLinkModifier and TypeMethodDescriptionstatic <CC extends Number & Comparable<CC>>
@Nullable IndexedVertexBackLinkWithCost<CC> IndexedVertexBackLink.toIndexedVertexBackLinkWithCost(@Nullable IndexedVertexBackLink node, @NonNull CC zero, @NonNull BiFunction<Integer, Integer, CC> costFunction, @NonNull BiFunction<CC, CC, CC> sumFunction) Converts anIndexedVertexBackLinktoIndexedVertexBackLinkWithCost.Constructors in org.jhotdraw8.graph.path.backlink with parameters of type IndexedVertexBackLinkModifierConstructorDescriptionIndexedVertexBackLink(int vertex, @Nullable IndexedVertexBackLink parent) Creates a new instance.