wt.visitor
Class BFSWalker.Tuple

java.lang.Object
  extended bywt.visitor.BFSWalker.Tuple
Enclosing class:
BFSWalker

private class BFSWalker.Tuple
extends Object


Field Summary
 Persistable node
           
 PathNode pathNode
           
 
Constructor Summary
BFSWalker.Tuple(Persistable node, PathNode pathNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

public Persistable node

pathNode

public PathNode pathNode
Constructor Detail

BFSWalker.Tuple

public BFSWalker.Tuple(Persistable node,
                       PathNode pathNode)