org.apache.cayenne.ashwood.graph
Class StrongConnection<E,V>

java.lang.Object
  extended by org.apache.cayenne.ashwood.graph.StrongConnection<E,V>
All Implemented Interfaces:
Iterator<Collection<E>>

public class StrongConnection<E,V>
extends Object
implements Iterator<Collection<E>>

Since:
3.1

Constructor Summary
StrongConnection(DigraphIteration<E,V> digraph)
           
 
Method Summary
 Digraph<Collection<E>,Collection<V>> contract(Digraph<Collection<E>,Collection<V>> contractedDigraph)
           
 boolean hasNext()
           
 Collection<E> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrongConnection

public StrongConnection(DigraphIteration<E,V> digraph)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Collection<E>>

next

public Collection<E> next()
Specified by:
next in interface Iterator<Collection<E>>

remove

public void remove()
Specified by:
remove in interface Iterator<Collection<E>>

contract

public Digraph<Collection<E>,Collection<V>> contract(Digraph<Collection<E>,Collection<V>> contractedDigraph)


Copyright © 2001-2010 Apache Cayenne. All Rights Reserved.