Uses of Class
fr.gouv.vitam.common.graph.DirectedGraph
-
Packages that use DirectedGraph Package Description fr.gouv.vitam.common.graph Graph package contains classes of cycle detection and indexing order (longestPath) -
-
Uses of DirectedGraph in fr.gouv.vitam.common.graph
Methods in fr.gouv.vitam.common.graph that return DirectedGraph Modifier and Type Method Description DirectedGraph
DirectedGraph. reverse()
Returns the reverse of the DirectedGraph.Constructors in fr.gouv.vitam.common.graph with parameters of type DirectedGraph Constructor Description DirectedCycle(DirectedGraph graph)
DirectedCycle a constructor :fired when a cycle is found.
-