Uses of Class
net.automatalib.util.traversal.VisitedState
-
Packages that use VisitedState Package Description net.automatalib.util.traversal -
-
Uses of VisitedState in net.automatalib.util.traversal
Fields in net.automatalib.util.traversal declared as VisitedState Modifier and Type Field Description static @Nullable VisitedStateVisitedState. NOT_VISITEDNodes that have not yet been visited.Methods in net.automatalib.util.traversal that return VisitedState Modifier and Type Method Description static VisitedStateVisitedState. valueOf(String name)Returns the enum constant of this type with the specified name.static VisitedState[]VisitedState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-