Uses of Class
org.jhotdraw8.graph.path.backlink.ArcBackLinkWithAncestorSet
Packages that use ArcBackLinkWithAncestorSet
-
Uses of ArcBackLinkWithAncestorSet in org.jhotdraw8.graph.path.algo
Methods in org.jhotdraw8.graph.path.algo that return ArcBackLinkWithAncestorSet -
Uses of ArcBackLinkWithAncestorSet in org.jhotdraw8.graph.path.backlink
Methods in org.jhotdraw8.graph.path.backlink with parameters of type ArcBackLinkWithAncestorSetModifier and TypeMethodDescriptionstatic <VV,AA, CC extends Number & Comparable<CC>>
@Nullable ArcBackLinkWithCost<VV, AA, CC> ArcBackLinkWithAncestorSet.toArcBackLinkWithCost(@Nullable ArcBackLinkWithAncestorSet<VV, AA> node, @NonNull CC zero, @NonNull Function3<VV, VV, AA, CC> costFunction, @NonNull BiFunction<CC, CC, CC> sumFunction) Converts anArcBackLinkWithAncestorSettoArcBackLinkWithCost.Constructors in org.jhotdraw8.graph.path.backlink with parameters of type ArcBackLinkWithAncestorSetModifierConstructorDescriptionArcBackLinkWithAncestorSet(@NonNull V vertex, @Nullable A arrow, @Nullable ArcBackLinkWithAncestorSet<V, A> parent, @NonNull ChampAddOnlySet<V> ancestors) Creates a new instance.