Class XPathBuilder

java.lang.Object
  extended by XPathBuilder

public class XPathBuilder
extends Object

convenience class for building a path. Entries must be added from back to front. Very little checking is done.


Constructor Summary
XPathBuilder(long source, long dest, XDirectory<TriDigest> triDir, TriEncoder encoder)
           
 
Method Summary
 void addEntry(XPathEntry xpe)
           
 XPath toPath()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathBuilder

public XPathBuilder(long source,
                    long dest,
                    XDirectory<TriDigest> triDir,
                    TriEncoder encoder)
Method Detail

addEntry

public void addEntry(XPathEntry xpe)

toPath

public XPath toPath()