Nengo.ca

ca.nengo.util.impl
Class ScriptGenerator

java.lang.Object
  extended by ca.nengo.util.impl.DFSIterator
      extended by ca.nengo.util.impl.ScriptGenerator

public class ScriptGenerator
extends DFSIterator


Field Summary
 
Fields inherited from class ca.nengo.util.impl.DFSIterator
topLevel
 
Constructor Summary
ScriptGenerator(java.io.File file)
           
 
Method Summary
protected  void finish()
           
protected  void post(Node node)
           
protected  void pre(Node node)
           
 DFSIterator startDFS(Node node)
           
 
Methods inherited from class ca.nengo.util.impl.DFSIterator
DFS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptGenerator

public ScriptGenerator(java.io.File file)
                throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException
Method Detail

startDFS

public DFSIterator startDFS(Node node)
Overrides:
startDFS in class DFSIterator

pre

protected void pre(Node node)
Overrides:
pre in class DFSIterator

post

protected void post(Node node)
Overrides:
post in class DFSIterator

finish

protected void finish()
Overrides:
finish in class DFSIterator

Nengo.ca