Uses of Class
org.jhotdraw8.graph.path.SimpleIndexedVertexSequenceFinder
Packages that use SimpleIndexedVertexSequenceFinder
-
Uses of SimpleIndexedVertexSequenceFinder in org.jhotdraw8.graph.path
Methods in org.jhotdraw8.graph.path that return SimpleIndexedVertexSequenceFinderModifier 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.