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