org.forester.phylogeny.iterators
Class PostOrderStackObject

java.lang.Object
  extended by org.forester.phylogeny.iterators.PostOrderStackObject

public final class PostOrderStackObject
extends java.lang.Object


Constructor Summary
PostOrderStackObject(PhylogenyNode n, int i)
           
 
Method Summary
 PhylogenyNode getNode()
           
 int getPhase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostOrderStackObject

public PostOrderStackObject(PhylogenyNode n,
                            int i)
Method Detail

getNode

public final PhylogenyNode getNode()

getPhase

public final int getPhase()