Uses of Interface
org.apache.cayenne.ashwood.graph.DigraphIteration
Packages that use DigraphIteration
-
Uses of DigraphIteration in org.apache.cayenne.ashwood.graph
Subinterfaces of DigraphIteration in org.apache.cayenne.ashwood.graphClasses in org.apache.cayenne.ashwood.graph that implement DigraphIterationModifier and TypeClassDescriptionclass
FilterIteration<E,
V> class
MapDigraph<E,
V> class
ReversedIteration<E,
V> Fields in org.apache.cayenne.ashwood.graph declared as DigraphIterationConstructors in org.apache.cayenne.ashwood.graph with parameters of type DigraphIterationModifierConstructorDescriptionDepthFirstSearch
(DigraphIteration<E, ?> factory, E firstVertex) DepthFirstStampSearch
(DigraphIteration<E, ?> factory, E firstVertex) FilterIteration
(DigraphIteration<E, V> digraph, Predicate<E> acceptVertex, Predicate<V> acceptArc) ReversedIteration
(DigraphIteration<E, V> wrappedIteration) StrongConnection
(DigraphIteration<E, V> digraph)