|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlogic.GraphProcessing.DepthFirstIterator
public class GraphProcessing.DepthFirstIterator
a Depth First Iterator traversing the graph (gernerateTree() has to be called previously)
| Constructor Summary | |
|---|---|
GraphProcessing.DepthFirstIterator()
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
Node |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphProcessing.DepthFirstIterator()
| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<Node>public Node next()
next in interface java.util.Iterator<Node>public void remove()
remove in interface java.util.Iterator<Node>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||