Uses of Interface
org.apache.cayenne.ashwood.graph.DigraphIteration
-
Uses of DigraphIteration in org.apache.cayenne.ashwood.graph
Modifier and TypeClassDescriptionclass
FilterIteration<E,
V> class
MapDigraph<E,
V> class
ReversedIteration<E,
V> ModifierConstructorDescriptionDepthFirstSearch
(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)