Uses of Interface
org.apache.cayenne.ashwood.graph.Digraph
-
Packages that use Digraph Package Description org.apache.cayenne.ashwood.graph -
-
Uses of Digraph in org.apache.cayenne.ashwood.graph
Classes in org.apache.cayenne.ashwood.graph that implement Digraph Modifier and Type Class Description class
MapDigraph<E,V>
Methods in org.apache.cayenne.ashwood.graph that return Digraph Modifier and Type Method Description Digraph<Collection<E>,Collection<V>>
StrongConnection. contract(Digraph<Collection<E>,Collection<V>> contractedDigraph)
Methods in org.apache.cayenne.ashwood.graph with parameters of type Digraph Modifier and Type Method Description Digraph<Collection<E>,Collection<V>>
StrongConnection. contract(Digraph<Collection<E>,Collection<V>> contractedDigraph)
Constructors in org.apache.cayenne.ashwood.graph with parameters of type Digraph Constructor Description IndegreeTopologicalSort(Digraph<E,?> digraph)
-