Uses of Interface
org.apache.cayenne.ashwood.graph.Digraph
Packages that use Digraph
-
Uses of Digraph in org.apache.cayenne.ashwood
Methods in org.apache.cayenne.ashwood that return DigraphModifier and TypeMethodDescriptionAshwoodEntitySorter.buildDigraph
(ObjEntity objEntity, List<E> objects, Function<E, Persistent> converter) Methods in org.apache.cayenne.ashwood with parameters of type DigraphModifier and TypeMethodDescriptionprotected <E> boolean
AshwoodEntitySorter.topologicalSort
(List<E> data, Digraph<E, Boolean> graph, boolean reverse) -
Uses of Digraph in org.apache.cayenne.ashwood.graph
Classes in org.apache.cayenne.ashwood.graph that implement DigraphMethods in org.apache.cayenne.ashwood.graph that return DigraphModifier and TypeMethodDescriptionStrongConnection.contract
(Digraph<Collection<E>, Collection<V>> contractedDigraph) Methods in org.apache.cayenne.ashwood.graph with parameters of type DigraphModifier and TypeMethodDescriptionStrongConnection.contract
(Digraph<Collection<E>, Collection<V>> contractedDigraph) Constructors in org.apache.cayenne.ashwood.graph with parameters of type Digraph