Uses of Interface
org.apache.cayenne.ashwood.graph.Digraph
-
Uses of Digraph in org.apache.cayenne.ashwood
Modifier and TypeMethodDescriptionAshwoodEntitySorter.buildDigraph
(ObjEntity objEntity, List<E> objects, Function<E, Persistent> converter) Modifier and TypeMethodDescriptionprotected <E> boolean
AshwoodEntitySorter.topologicalSort
(List<E> data, Digraph<E, Boolean> graph, boolean reverse) -
Uses of Digraph in org.apache.cayenne.ashwood.graph
Modifier and TypeMethodDescriptionStrongConnection.contract
(Digraph<Collection<E>, Collection<V>> contractedDigraph) Modifier and TypeMethodDescriptionStrongConnection.contract
(Digraph<Collection<E>, Collection<V>> contractedDigraph)