Uses of Enum Class
rgu.transport.algorithms.search.ReachabilityCallback.Action
Packages that use ReachabilityCallback.Action
Package
Description
Contains algorithms for search such as Dijkstra graph search.
-
Uses of ReachabilityCallback.Action in rgu.transport.algorithms.search
Subclasses with type arguments of type ReachabilityCallback.Action in rgu.transport.algorithms.searchModifier and TypeClassDescriptionstatic enumThe result of a callback, instructs the algorithm to either continue or halt.Methods in rgu.transport.algorithms.search that return ReachabilityCallback.ActionModifier and TypeMethodDescriptionConsumes the current discovered vertex and instructs whether to stop.static ReachabilityCallback.ActionReturns the enum constant of this class with the specified name.static ReachabilityCallback.Action[]ReachabilityCallback.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.