Uses of Class
fr.gouv.vitam.common.graph.Graph.State
-
Packages that use Graph.State Package Description fr.gouv.vitam.common.graph Graph package contains classes of cycle detection and indexing order (longestPath) -
-
Uses of Graph.State in fr.gouv.vitam.common.graph
Methods in fr.gouv.vitam.common.graph that return Graph.State Modifier and Type Method Description static Graph.State
Graph.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Graph.State[]
Graph.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-