Uses of Interface
org.jhotdraw8.graph.path.algo.ArcReachabilityAlgo
Packages that use ArcReachabilityAlgo
-
Uses of ArcReachabilityAlgo in org.jhotdraw8.graph.path
Methods in org.jhotdraw8.graph.path with parameters of type ArcReachabilityAlgoModifier and TypeMethodDescriptionstatic <VV,AA> @NonNull SimpleReachabilityChecker <VV, AA, Integer> SimpleReachabilityChecker.newIntCostInstance(@NonNull Function<VV, Iterable<Arc<VV, AA>>> nextArcsFunction, @NonNull Function3<VV, VV, AA, Integer> costFunction, @NonNull ArcReachabilityAlgo<VV, AA, Integer> algo) Creates a new instance which has a cost function that returns integer numbers.static <VV,AA> @NonNull SimpleReachabilityChecker <VV, AA, Integer> SimpleReachabilityChecker.newIntCostInstance(@NonNull Function<VV, Iterable<Arc<VV, AA>>> nextArcsFunction, @NonNull ArcReachabilityAlgo<VV, AA, Integer> algo) Creates a new instance which has a int cost function that counts the number of arrows.static <VV,AA> @NonNull SimpleReachabilityChecker <VV, AA, Long> SimpleReachabilityChecker.newLongCostInstance(@NonNull Function<VV, Iterable<Arc<VV, AA>>> nextArcsFunction, @NonNull Function3<VV, VV, AA, Long> costFunction, @NonNull ArcReachabilityAlgo<VV, AA, 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 ArcReachabilityAlgo