Uses of Interface
org.jhotdraw8.graph.path.algo.IndexedVertexPathSearchAlgo
Packages that use IndexedVertexPathSearchAlgo
-
Uses of IndexedVertexPathSearchAlgo in org.jhotdraw8.graph.path
Methods in org.jhotdraw8.graph.path with parameters of type IndexedVertexPathSearchAlgoModifier and TypeMethodDescriptionSimpleIndexedVertexSequenceFinder.newIntCostInstance(@NonNull Function<Integer, Spliterator.OfInt> nextVerticesFunction, @NonNull BiFunction<Integer, Integer, Integer> costFunction, @NonNull IndexedVertexPathSearchAlgo<Integer> algo) Creates a new instance which has a cost function that returns integer numbers.SimpleIndexedVertexSequenceFinder.newIntCostInstance(@NonNull Function<Integer, Spliterator.OfInt> nextVerticesFunction, @NonNull IndexedVertexPathSearchAlgo<Integer> algo) Creates a new instance which has a int cost function that counts the number of arrows.SimpleIndexedVertexSequenceFinder.newLongCostInstance(@NonNull Function<Integer, Spliterator.OfInt> nextVerticesFunction, @NonNull BiFunction<Integer, Integer, Long> costFunction, @NonNull IndexedVertexPathSearchAlgo<Long> algo) Creates a new instance which has a cost function that returns long numbers.Constructors in org.jhotdraw8.graph.path with parameters of type IndexedVertexPathSearchAlgoModifierConstructorDescriptionSimpleIndexedVertexSequenceFinder(@NonNull C zero, @NonNull Function<Integer, Spliterator.OfInt> nextVerticesFunction, @NonNull BiFunction<Integer, Integer, C> costFunction, @NonNull BiFunction<C, C, C> sumFunction, @NonNull IndexedVertexPathSearchAlgo<C> algo) Creates a new instance. -
Uses of IndexedVertexPathSearchAlgo in org.jhotdraw8.graph.path.algo
Classes in org.jhotdraw8.graph.path.algo that implement IndexedVertexPathSearchAlgoModifier and TypeClassDescriptionclassAnyIndexedVertexPathSearchAlgo<C extends Number & Comparable<C>>SeeAnyArcPathSearchAlgofor a description of this algorithm.