Uses of Class
fr.gouv.vitam.common.graph.DirectedGraph
Packages that use DirectedGraph
Package
Description
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 DirectedGraphModifier and TypeMethodDescriptionDirectedGraph.reverse()
Returns the reverse of the DirectedGraph.Constructors in fr.gouv.vitam.common.graph with parameters of type DirectedGraphModifierConstructorDescriptionDirectedCycle
(DirectedGraph graph) DirectedCycle a constructor :fired when a cycle is found.