|
Nengo.ca | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.nengo.util.impl.DFSIterator
public class DFSIterator
Field Summary | |
---|---|
protected boolean |
topLevel
|
Constructor Summary | |
---|---|
DFSIterator()
|
Method Summary | |
---|---|
protected DFSIterator |
DFS(Node node)
|
protected void |
finish()
|
protected void |
post(Node node)
|
protected void |
pre(Node node)
|
DFSIterator |
startDFS(Node node)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean topLevel
Constructor Detail |
---|
public DFSIterator()
Method Detail |
---|
protected void pre(Node node)
public DFSIterator startDFS(Node node)
protected DFSIterator DFS(Node node)
protected void post(Node node)
protected void finish()
|
Nengo.ca | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |