de.saar.chorus.treelayout
Class PreOrderNodeVisitor

Object
  extended by DefaultNodeVisitor
      extended by PreOrderNodeVisitor
All Implemented Interfaces:
NodeVisitorInterface

public class PreOrderNodeVisitor
extends DefaultNodeVisitor

Author:
Marco Kuhlmann

Constructor Summary
PreOrderNodeVisitor(NodeCursorInterface theCursor)
           
 
Method Summary
 boolean next()
           
 
Methods inherited from class DefaultNodeVisitor
getCursor, run, setCursor
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreOrderNodeVisitor

public PreOrderNodeVisitor(NodeCursorInterface theCursor)
Method Detail

next

public boolean next()
Specified by:
next in interface NodeVisitorInterface
Specified by:
next in class DefaultNodeVisitor