Class XPathFinder

java.lang.Object
  extended by XPathFinder
Direct Known Subclasses:
XPathFinderPSP

public abstract class XPathFinder
extends Object


Constructor Summary
XPathFinder(int n)
           
 
Method Summary
abstract  XPathCollection findAllPaths(long sourceCode, long destCode)
           
abstract  XPath findPath(long sourceCode, long destCode)
           
 TriEncoder getEncoder()
           
 XDirectory<TriDigest> getTriDir()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathFinder

public XPathFinder(int n)
Method Detail

findPath

public abstract XPath findPath(long sourceCode,
                               long destCode)

findAllPaths

public abstract XPathCollection findAllPaths(long sourceCode,
                                             long destCode)

getTriDir

public XDirectory<TriDigest> getTriDir()

getEncoder

public TriEncoder getEncoder()