edu.isi.pegasus.planner.partitioner.graph
protected class MapGraph.MapGraphIterator extends Object implements Iterator
| Modifier and Type | Field and Description |
|---|---|
private int |
mCurrentDepth
The current depth of the nodes that are being traversed in the BFS.
|
private List |
mLevelList
A temporary list that stores all the nodes on a particular level.
|
private LinkedList |
mQueue
The first in first out queue, that manages the set of gray vertices in a
breadth first search.
|
| Constructor and Description |
|---|
MapGraph.MapGraphIterator()
The default constructor.
|
private LinkedList mQueue
private int mCurrentDepth
private List mLevelList
public MapGraph.MapGraphIterator()
public boolean hasNext()
public Object next()