Uses of Class
org.jhotdraw8.graph.path.backlink.VertexBackLinkWithAncestorSet
Packages that use VertexBackLinkWithAncestorSet
-
Uses of VertexBackLinkWithAncestorSet in org.jhotdraw8.graph.path.algo
Methods in org.jhotdraw8.graph.path.algo that return VertexBackLinkWithAncestorSet -
Uses of VertexBackLinkWithAncestorSet in org.jhotdraw8.graph.path.backlink
Methods in org.jhotdraw8.graph.path.backlink with parameters of type VertexBackLinkWithAncestorSetModifier and TypeMethodDescriptionstatic <VV,CC extends Number & Comparable<CC>>
@Nullable VertexBackLinkWithCost<VV, CC> VertexBackLinkWithAncestorSet.toVertexBackLinkWithCost(@Nullable VertexBackLinkWithAncestorSet<VV> node, @NonNull CC zero, @NonNull BiFunction<VV, VV, CC> costFunction, @NonNull BiFunction<CC, CC, CC> sumFunction) Converts anVertexBackLinkWithAncestorSettoVertexBackLinkWithCost.Constructors in org.jhotdraw8.graph.path.backlink with parameters of type VertexBackLinkWithAncestorSetModifierConstructorDescriptionVertexBackLinkWithAncestorSet(@NonNull V vertex, @Nullable VertexBackLinkWithAncestorSet<V> parent, @NonNull ChampAddOnlySet<V> ancestors) Creates a new instance.