net.sourceforge.combean.interfaces.graph
Interface EdgeIterator

Package class diagram package EdgeIterator
All Known Implementing Classes:
AbstractFilteringEdgeIterator, CombinedPairEdgeIterator, DRAGraphEdgeIterator, FilteringEdgeIterator, IncidentEdgeAsIncomingEdgeIterator, IncidentEdgeAsOutgoingEdgeIterator, IndexedEdgeIterator, IteratorAsEdgeIterator, JGraphEdgeIterator, NumberNeighborIterator

public interface EdgeIterator

An iterator through Edges.


Method Summary
 boolean hasNext()
          Check if further edges exist for this iteration.
 Edge next()
          Switch to the next edge in the iteration.
 

Method Detail

hasNext

boolean hasNext()
Check if further edges exist for this iteration.

Returns:
true if there are further edges

next

Edge next()
Switch to the next edge in the iteration.

Returns:
the next edge