Uses of Class
com.hp.hpl.jena.sparql.core.PathBlock

Packages that use PathBlock
com.hp.hpl.jena.sparql.core   
com.hp.hpl.jena.sparql.path   
com.hp.hpl.jena.sparql.syntax   
 

Uses of PathBlock in com.hp.hpl.jena.sparql.core
 

Methods in com.hp.hpl.jena.sparql.core with parameters of type PathBlock
 void PathBlock.addAll(PathBlock other)
           
 boolean PathBlock.equiv(PathBlock other, NodeIsomorphismMap isoMap)
           
 

Constructors in com.hp.hpl.jena.sparql.core with parameters of type PathBlock
PathBlock(PathBlock other)
           
 

Uses of PathBlock in com.hp.hpl.jena.sparql.path
 

Methods in com.hp.hpl.jena.sparql.path that return PathBlock
 PathBlock PathCompiler.reduce(com.hp.hpl.jena.graph.Node start, Path path, com.hp.hpl.jena.graph.Node finish)
           
 PathBlock PathCompiler.reduce(PathBlock pathBlock)
          Simplify : turns constructs in simple triples and simpler TriplePaths where possible
 PathBlock PathCompiler.reduce(TriplePath triplePath)
           
 

Methods in com.hp.hpl.jena.sparql.path with parameters of type PathBlock
static Op PathLib.pathToTriples(PathBlock pattern)
          Convert any paths of exactly one predicate to a triple pattern
 PathBlock PathCompiler.reduce(PathBlock pathBlock)
          Simplify : turns constructs in simple triples and simpler TriplePaths where possible
 

Uses of PathBlock in com.hp.hpl.jena.sparql.syntax
 

Methods in com.hp.hpl.jena.sparql.syntax that return PathBlock
 PathBlock ElementPathBlock.getPattern()
           
 



Licenced under the Apache License, Version 2.0