de.saar.chorus.treelayout
Class PostOrderNodeVisitor

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

public class PostOrderNodeVisitor
extends DefaultNodeVisitor

Author:
Marco Kuhlmann

Constructor Summary
PostOrderNodeVisitor(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

PostOrderNodeVisitor

public PostOrderNodeVisitor(NodeCursorInterface theCursor)
Method Detail

next

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