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,
Predicate<E> acceptVertex,
Predicate<V> acceptArc) |
ReversedIteration(DigraphIteration<E,V> wrappedIteration) |
StrongConnection(DigraphIteration<E,V> digraph) |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.