Uses of Class
fr.gouv.vitam.common.graph.DirectedGraph
Package
Description
Graph package contains classes of cycle detection and indexing order (longestPath)
-
Uses of DirectedGraph in fr.gouv.vitam.common.graph
Modifier and TypeMethodDescriptionDirectedGraph.reverse()
Returns the reverse of the DirectedGraph.ModifierConstructorDescriptionDirectedCycle
(DirectedGraph graph) DirectedCycle a constructor :fired when a cycle is found.