Uses of Interface
org.apache.cayenne.ashwood.graph.DigraphIteration

Packages that use DigraphIteration
org.apache.cayenne.ashwood.graph   
 

Uses of DigraphIteration in org.apache.cayenne.ashwood.graph
 

Subinterfaces of DigraphIteration in org.apache.cayenne.ashwood.graph
 interface Digraph<E,V>
           
 

Classes in org.apache.cayenne.ashwood.graph that implement DigraphIteration
 class FilterIteration<E,V>
           
 class MapDigraph<E,V>
           
 class ReversedIteration<E,V>
           
 

Fields in org.apache.cayenne.ashwood.graph declared as DigraphIteration
protected  DigraphIteration<E,?> DepthFirstSearch.factory
           
 

Constructors in org.apache.cayenne.ashwood.graph with parameters of type DigraphIteration
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-2012 Apache Cayenne. All Rights Reserved.