Class XPathFinderPSP

java.lang.Object
  extended by XPathFinder
      extended by XPathFinderPSP

public class XPathFinderPSP
extends XPathFinder


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

Constructor Detail

XPathFinderPSP

public XPathFinderPSP(int n)
Method Detail

findPath

public XPath findPath(long sourceCode,
                      long destCode)
Specified by:
findPath in class XPathFinder

findAllPaths

public XPathCollection findAllPaths(long sourceCode,
                                    long destCode)
Specified by:
findAllPaths in class XPathFinder