| Package | Description | 
|---|---|
| org.apache.cayenne.ashwood.graph | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Digraph<E,V> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FilterIteration<E,V> | 
| class  | MapDigraph<E,V> | 
| class  | ReversedIteration<E,V> | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DigraphIteration<E,?> | DepthFirstSearch. factory | 
| Constructor and Description | 
|---|
| DepthFirstSearch(DigraphIteration<E,?> factory,
                E firstVertex) | 
| DepthFirstStampSearch(DigraphIteration<E,?> factory,
                     E firstVertex) | 
| FilterIteration(DigraphIteration<E,V> digraph,
               org.apache.commons.collections.Predicate acceptVertex,
               org.apache.commons.collections.Predicate acceptArc) | 
| ReversedIteration(DigraphIteration<E,V> wrappedIteration) | 
| StrongConnection(DigraphIteration<E,V> digraph) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.