Uses of Enum Class
org.jgrapht.alg.interfaces.HamiltonianPathSearchResult.Status
Packages that use HamiltonianPathSearchResult.Status
-
Uses of HamiltonianPathSearchResult.Status in org.jgrapht.alg.interfaces
Methods in org.jgrapht.alg.interfaces that return HamiltonianPathSearchResult.StatusModifier and TypeMethodDescriptionHamiltonianPathSearchResult.getStatus()Returns the termination status of this search.Returns the enum constant of this class with the specified name.static HamiltonianPathSearchResult.Status[]HamiltonianPathSearchResult.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.