com.hp.hpl.jena.sparql.path
Class PathCompiler

java.lang.Object
  extended by com.hp.hpl.jena.sparql.path.PathCompiler

public class PathCompiler
extends Object


Constructor Summary
PathCompiler()
           
 
Method Summary
 PathBlock reduce(Node start, Path path, Node finish)
           
 PathBlock reduce(PathBlock pathBlock)
          Simplify : turns constructs in simple triples and simpler TriplePaths where possible
 PathBlock reduce(TriplePath triplePath)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathCompiler

public PathCompiler()
Method Detail

reduce

public PathBlock reduce(PathBlock pathBlock)
Simplify : turns constructs in simple triples and simpler TriplePaths where possible


reduce

public PathBlock reduce(TriplePath triplePath)

reduce

public PathBlock reduce(Node start,
                        Path path,
                        Node finish)


Licenced under the Apache License, Version 2.0