Uses of Interface
org.apache.cayenne.ashwood.graph.Digraph
Packages that use Digraph
- 
Uses of Digraph in org.apache.cayenne.ashwoodMethods 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> booleanAshwoodEntitySorter.topologicalSort(List<E> data, Digraph<E, Boolean> graph, boolean reverse) 
- 
Uses of Digraph in org.apache.cayenne.ashwood.graphClasses 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